What's type of the Object? Let me tell you.
npm install is.typeWhat's type of the Object? Let me tell you.

---
``sh`
npm install is.type
`js
var is = require('is.type')
is.array([]) // true
is.object([]) // false
is.empty([]) // true
// more
console.log(is)
``
Licensed under the MIT License.