gm-is
v1.2.4
Published
type checking: is.array, is.arguments, is.function, is.string, is.number, is.date, is.regexp, is.object
Downloads
165
Maintainers
Readme
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