Skip to content

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

ecmascript/src/utils.ts:242


Generated using typedoc-plugin-markdown and TypeDoc