static isTypeError()
Checks whether the value of any type is an instance of `TypeError`
Last updated
Was this helpful?
Checks whether the value of any type is an instance of `TypeError`
Last updated
Was this helpful?
TypeError.isTypeError()
Checks whether the of type is an instance of of any or the given and .
Id
extends
A generic type variable constrained by the , by default of the value captured from the provided optional indicates the type of the via .
Type
extends
|
=
A generic type variable constrained by the and , by default of the value equal to indicates the captured type of the supplied via .
The value of type to check against the instance.
Optional unique of generic type variable to check whether the given contains.
The optional type of generic type variable that causes an error to be thrown(or not thrown) to check whether the given contains.
The return type is a resulting from its statement indicating the is the object that takes the generic type variable as identification and generic type variable as the type.
The return value is a type indicating whether the given is an instance of of any or the given optional and properties.