Codibre/fluent-iterable

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { maxRecipe } from '../recipes';
import { minMaxIngredientsAsync } from './min-max-ingredients-async';

export const maxAsync = maxRecipe(minMaxIngredientsAsync);