0.0.2 • Published 11 years ago

isthis v0.0.2

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

is

Build Status

A full set of static methods to do type checking

Installation

Install with component(1):

$ component install debianw/is

Install with npm:

$ npm install is

API

  • isEmail()
  • isArray()
  • isEmpty()
  • isDate()
  • isString()
  • isBoolean()
  • isObject()
  • isSimpleObject()
  • isPrimitive()
  • isFunction()
  • isNumber()
  • isNumeric()
  • isElement()
  • isTextNode()
  • isDefined()
  • isIterable()

License

MIT