nativeType()

Gets the native type name of a primitive or an object. Unlike YourJS.typeOf(), the types are solely determined by the system.

This function is valid in v2.13.0 to v2.24.3. This function has been downloaded 80 times.

Parameter

{*} value
Primitive or object whose native type name will be returned.

Returns

{string}
The native type name of the specified value. All type names start with an uppercase character.

Requiring Function

This function is directly required by the following function:

  • isOf()
    Creates functions for testing if a value "is" (or "is not") a value.