montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Fix Bugs/array.prototype.find in v1 master #188

Closed hthetiot closed 6 years ago

hthetiot commented 6 years ago
screen shot 2017-12-07 at 8 48 36 am
hthetiot commented 6 years ago

@cesine @yang Can you check that PR

npm i montagejs/collections#bugs/Array.prototype.find

hthetiot commented 6 years ago

Need to add Array.prototype.find when missing also i think.

hthetiot commented 6 years ago

36

hthetiot commented 6 years ago

Thx @kriskowal for wonderful review.