1.2.4 • Published 10 years ago

gm-is v1.2.4

Weekly downloads
127
License
MIT
Repository
github
Last release
10 years ago

is

is is a type checking component, forked from manuelstofer/is

Installation

Browserify/NPM

    $ npm install --save gm-is
  var is = require('gm-is');

Component

    $ component install green-mesa/is
  var is = require('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