Files
JiboSDK/node_modules/underscore-plus/README.md

17 lines
669 B
Markdown
Raw Normal View History

2026-03-22 03:21:45 +02:00
# underscore-plus
[![OS X Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/c7l8009vgpaojxcd/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/underscore-plus/branch/master)
[![Dependency Status](https://david-dm.org/atom/underscore-plus.svg)](https://david-dm.org/atom/underscore-plus)
Takes the great [underscore](http://underscorejs.org/) library and adds a few more things.
## Using
```sh
npm install underscore-plus
```
```coffeescript
_ = require 'underscore-plus' # Has all underscore methods and more
```