Type Utils
Preparing search index...
isInstanceOf
Function isInstanceOf
isInstanceOf
<
Instance
,
Constructor
extends
ConstructorSignature
<
any
>
>
(
value
:
Instance
,
type
:
Constructor
,
)
:
value
is
InstanceType
<
Constructor
>
Type Parameters
Instance
Constructor
extends
ConstructorSignature
<
any
>
Parameters
value
:
Instance
type
:
Constructor
Returns
value
is
InstanceType
<
Constructor
>
isInstanceOf
<
Constructor
extends
ConstructorSignature
<
any
>
>
(
type
:
Constructor
,
)
:
<
Instance
>
(
value
:
Instance
)
=>
value
is
InstanceType
<
Constructor
>
Type Parameters
Constructor
extends
ConstructorSignature
<
any
>
Parameters
type
:
Constructor
Returns
<
Instance
>
(
value
:
Instance
)
=>
value
is
InstanceType
<
Constructor
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...