0.3.0 • Published 7 years ago

busyman v0.3.0

Weekly downloads
131
License
MIT
Repository
github
Last release
7 years ago

busyman

A lightweight and lodash-like JavaScript utility library

NPM

Travis branch npm npm

Please visit the Wiki.

Installation

$ npm install busyman --save

Usage

var _ = require('busyman');

console.log(_.isArray('hello'));    // false

License

Licensed under MIT.