Codibre/fluent-iterable

View on GitHub
src/sync/top.ts

Summary

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

export const top = topRecipe(basicReduce);