Preparing search index...
The search index is not available
@salesforce/ts-types
@salesforce/ts-types
isInstance
Function isInstance
is
Instance
<
C
>
(
value
,
ctor
)
:
value
is
InstanceType
<
C
>
Tests whether an
unknown
value is a
function
.
Type Parameters
C
extends
AnyConstructor
Parameters
value
:
unknown
The value to test.
ctor
:
C
Returns
value
is
InstanceType
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@salesforce/ts-types
Loading...
Tests whether an
unknown
value is afunction
.