Codibre/fluent-iterable

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

Summary

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

export const withIndex = withIndexRecipe(map);