Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)




## Documentation

Please 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).