typeOf
typeOf(
v
):string
Determines the type of a value.
Parameters
• v: any
The value whose type is to be determined.
Returns
string
The type of the value.
Source
Generated using typedoc-plugin-markdown and TypeDoc
typeOf(
v
):string
Determines the type of a value.
• v: any
The value whose type is to be determined.
string
The type of the value.
Generated using typedoc-plugin-markdown and TypeDoc