Preparing search index...
The search index is not available
Documentation - v0.0.0
Documentation
@arroyodev-llc/utils.projen
isComponent
Function isComponent
Component type guard.
is
Component
<
T
>
(
ctor
,
component
)
:
component
is
InstanceType
<
T
>
Type Parameters
T
extends
(
new
(
...
args
:
any
[]
)
=>
Component
)
Parameters
ctor
:
T
Component class.
component
:
any
Component instance to guard/test.
Returns
component
is
InstanceType
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.0.0
Loading...
Component type guard.