is
is is a type checking component, forked from manuelstofer/isInstallation
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