A lightweight and lodash-like JavaScript utility library
npm install busyman



Please visit the Wiki.
> $ npm install busyman --save
``js
var _ = require('busyman');
console.log(_.isArray('hello')); // false
``
Licensed under MIT.