@tsdotnet/type - v1.2.7
Preparing search index...
type
is
Function is
is
<
T
extends
object
>
(
instance
:
object
,
type
:
new
(
...
params
:
any
[]
)
=>
T
,
)
:
instance
is
T
Returns true if the target matches the type (instanceof).
Type Parameters
T
extends
object
Parameters
instance
:
object
type
:
new
(
...
params
:
any
[]
)
=>
T
Returns
instance
is
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/type - v1.2.7
Loading...
Returns true if the target matches the type (instanceof).