ponyfill-array
v0.1.0
Published
ES6 Array ponyfills
Downloads
4
Maintainers
Readme
ponyfill-array
ES6
Arrayponyfills
Ponyfill: A polyfill that doesn't overwrite the native method
Install
$ npm install ponyfill-array --saveUsage
[4, 6, 7, 12].find(isPrime);
//=> 7[4, 6, 7, 12].findIndex(isPrime);
//=> 2[4, 6, 7, 12].reduce(function(a, b) {
return a + b;
}, 1);
//=> 30License
MIT © Colin Milhench
