Codibre/fluent-iterable

View on GitHub
src/async/with-index-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { withIndexRecipe } from '../recipes';
import { mapAsync } from './map-async';

export const withIndexAsync = withIndexRecipe(mapAsync);