1.0.0 • Published 10 years ago

nativity-underscore v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

nativity-underscore

nativity plugin to safely install underscore methods onto native Array, String, Number, Object, and Function prototypes for more elegant syntax.

Install

npm install --save nativity-underscore

Usage

require('nativity-underscore').install();

// now use underscore methods on native object prototypes
console.log([1,2,3,4,5].first());
// result: 1

TODO:

  • Make available on bower
  • Make available on NPM
  • Add unit tests with mocha