ponyfill-array-find

1.0.1 • Public • Published

ponyfill-array-find Build Status

ES6 Array.find() ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

Install

$ npm install ponyfill-array-find --save

Usage

var proxyfn = require('ponyfill-array-find');
[4, 5, 8, 12].find(isPrime);
//=> 5

License

MIT © Colin Milhench

Package Sidebar

Install

npm i ponyfill-array-find

Weekly Downloads

17

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cmilhench