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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i nativity-underscore

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oo7ph