Module: utils/type

utils/type

Determines the type of a passed in value.
Source:

Methods

(static) type(value) → {string}

Determine the type of a given value.
Parameters:
Name Type Description
value * A value to test.
Source:
Returns:
The value's type.
Type
string