Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 261 Bytes

Readme.md

File metadata and controls

22 lines (16 loc) · 261 Bytes

is

is is a type checking component

Installation

$ component install manuelstofer/is

API

  • is.array
  • is.arguments
  • is.function
  • is.string
  • is.number
  • is.date
  • is.regexp
  • is.object

based on the underscore.js type checking functions