iter-shims
v0.1.1
Published
Shims the iterator methods
Downloads
6
Readme
iter-shims
Shims the iterator methods. Bonus: it works on NodeLists.
API
var forEach = require('iter-shims').forEach;
// or
var forEach = require('iter-shims/forEach');
forEach(arr, fn);
List of methods: forEach
, map
, filter
, every
, some
, find
and
findIndex
.
Contributors
License
MIT License.