Codibre/fluent-iterable

View on GitHub
src/async/for-each-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { augmentativeForEachAsync } from 'augmentative-iterable';
import { forEachRecipe } from '../recipes';

export const forEachAsync = forEachRecipe(augmentativeForEachAsync);