Function: is()
is(
val
,type
):boolean
Defined in: utils/is-type.ts:8
Checking if a value is a specific type or constructor
Parameters
val
any
type
any
Returns
boolean
is(
val
,type
):boolean
Defined in: utils/is-type.ts:8
Checking if a value is a specific type or constructor
any
any
boolean