Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simenkid/busyman
A lightweight and lodash-like JavaScript utility library
https://github.com/simenkid/busyman
Last synced: 3 months ago
JSON representation
A lightweight and lodash-like JavaScript utility library
- Host: GitHub
- URL: https://github.com/simenkid/busyman
- Owner: simenkid
- License: other
- Created: 2016-04-30T14:05:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T04:58:06.000Z (about 8 years ago)
- Last Synced: 2024-10-05T07:12:59.200Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# busyman
A lightweight and lodash-like JavaScript utility library[![NPM](https://nodei.co/npm/busyman.png?downloads=true)](https://nodei.co/npm/busyman/)
[![Travis branch](https://img.shields.io/travis/simenkid/busyman/master.svg?maxAge=2592000)](https://travis-ci.org/simenkid/busyman)
[![npm](https://img.shields.io/npm/v/busyman.svg?maxAge=2592000)](https://www.npmjs.com/package/busyman)
[![npm](https://img.shields.io/npm/l/busyman.svg?maxAge=2592000)](https://www.npmjs.com/package/busyman)
## DocumentationPlease visit the [Wiki](https://github.com/simenkid/busyman/wiki).
## Installation
> $ npm install busyman --save
## Usage```js
var _ = require('busyman');console.log(_.isArray('hello')); // false
```## License
Licensed under [MIT](https://github.com/simenkid/busyman/blob/master/LICENSE).