Preparing search index...
The search index is not available
Documentation - v0.0.1
Documentation
typir
TypeAssignability
Interface TypeAssignability
interface
TypeAssignability
{
getAssignabilityProblem
(
source
:
Type
,
target
:
Type
,
)
:
undefined
|
AssignabilityProblem
;
isAssignable
(
source
:
Type
,
target
:
Type
)
:
boolean
;
}
Implemented by
DefaultTypeAssignability
Index
Methods
get
Assignability
Problem
is
Assignable
Methods
get
Assignability
Problem
getAssignabilityProblem
(
source
:
Type
,
target
:
Type
,
)
:
undefined
|
AssignabilityProblem
Parameters
source
:
Type
target
:
Type
Returns
undefined
|
AssignabilityProblem
is
Assignable
isAssignable
(
source
:
Type
,
target
:
Type
)
:
boolean
Parameters
source
:
Type
target
:
Type
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Assignability
Problem
is
Assignable
Documentation - v0.0.1
Loading...