Codibre/fluent-iterable

View on GitHub
src/async/top-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { topRecipe } from '../recipes';
import { basicReduceAsync } from './basic-reduce-ingredients-async';

export const topAsync = topRecipe(basicReduceAsync);