isthis
v0.0.2
Published
A full set of static methods to do type checking
Downloads
2
Readme
is
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