Skip to content

ƒ.typeOf

fdup edited this page Mar 1, 2017 · 1 revision

[required core component]

Used to check object data types.

example:

ƒ.typeOf.Number(123); // → true

All return values are boolean

Types available for checking:

  • Number
  • Function
  • String
  • Array
  • Object
  • Date
  • Boolean
  • Null
  • Empty
  • Undefined