nativity-underscore
v1.0.0
Published
Installs underscore methods to the prototype for more elegant syntax using nativity.
Downloads
3
Maintainers
Readme
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-underscoreUsage
require('nativity-underscore').install();
// now use underscore methods on native object prototypes
console.log([1,2,3,4,5].first());
// result: 1TODO:
- Make available on bower
- Make available on NPM
- Add unit tests with mocha
