Skip to content

Commit fd29e84

Browse files
committed
feat: Add forEachOf to series iteration handlers
1 parent 7d1e940 commit fd29e84

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package-lock.json

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/seriesIterationHandlers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const every = new IterableMethods.everySeries();
55
export const filter = new IterableMethods.filterSeries();
66
export const find = new IterableMethods.findSeries();
77
export const forEach = new IterableMethods.forEachSeries();
8+
export const forEachOf = new IterableMethods.forEachOfSeries();
89
export const map = new IterableMethods.mapSeries();
910

1011
export const reduce = new IterableMethods.reduce();

0 commit comments

Comments
 (0)