gm-is

1.2.4 • Public • Published

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

Package Sidebar

Install

npm i gm-is

Weekly Downloads

36

Version

1.2.4

License

MIT

Last publish

Collaborators

  • charlottegore