busyman

A lightweight and lodash-like JavaScript utility library

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
busyman
1100.3.06 years ago7 years agoMinified + gzip package size for busyman in KB

Readme

busyman
A lightweight and lodash-like JavaScript utility library
NPM
Travis branch npm npm


Documentation

Please visit the Wiki.

Installation

$ npm install busyman --save

Usage

var _ = require('busyman');

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

License

Licensed under MIT.