nativity-underscore

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i nativity-underscore

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oo7ph