is.type
v0.0.3
Published
What's type of the Object? Let me tell you.
Downloads
6
Maintainers
Readme
is.TYPE
What's type of the Object? Let me tell you.
Installation
npm install is.type
Usage
var is = require('is.type')
is.array([]) // true
is.object([]) // false
is.empty([]) // true
// more
console.log(is)
License
Licensed under the MIT License.