gm-is

type checking: is.array, is.arguments, is.function, is.string, is.number, is.date, is.regexp, is.object

  • gm-is

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
gm-is
001.2.49 years ago9 years agoMinified + gzip package size for gm-is in KB

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