bevry-archive/eachr

bevry-archive/eachr

Releases65
Frequency2 months 4 days
Last Release
Deprecated: Use `for ( const [key, value] of Object.entries(thing) )`

Linked projects

Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.