You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the collection methods only support Array as the collection. This should be updated to match async implementation of Array | Iterable | Object.
As a side-note, lodash supports Array | Object.
The text was updated successfully, but these errors were encountered:
jgornick
changed the title
Update eachOf, eachOfLimit and eachOfSeries to support Array and Iterable collections
Update collection methods to support Array, Iterable and Object collections
Aug 12, 2016
Currently, the collection methods only support Array as the collection. This should be updated to match async implementation of Array | Iterable | Object.
As a side-note, lodash supports Array | Object.
The text was updated successfully, but these errors were encountered: