UNPKG

372 BMarkdownView Raw
1# underscore-plus [![Build Status](https://travis-ci.org/atom/underscore-plus.png?branch=master)](https://travis-ci.org/atom/underscore-plus)
2
3Takes the great [underscore](http://underscorejs.org/) library and adds a few
4more things.
5
6## Using
7
8```sh
9npm install underscore-plus
10```
11
12```coffeescript
13_ = require 'underscore-plus' # Has all underscore methods and more
14```