underscore-injection

0.0.1 • Public • Published

Underscore Injection

[1, 2, 3, 4, 5, 6, 7, 8]
    .map(Math.sin)
    .map(times10)
    .map(Math.floor)
    .filter(isEven)
    .reduce(add, 0);
=> -4

Injects all* of the Underscore collection and array goodies right into your Array.prototype.

*: Excepts for toArray and range

Install

$ npm install underscore-injection

Usage

var _ = require('underscore');
require('underscore-injection');

That's all, don't even bother giving it a variable name.

Test

$ make test

Readme

Keywords

none

Package Sidebar

Install

npm i underscore-injection

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • elliot