typeOf()
typeOf()
typeOf()
Gets the specific object type of any
value.
type-of.func.ts
Parameters
value: any
value: any
The value of any
type to obtain its object
class name.
Returns
The return value is the object
class name of the given value
.
Example usage
Last updated