master
import { maxRecipe } from '../recipes'; import { minMaxIngredients } from './min-max-ingredients'; export const max = maxRecipe(minMaxIngredients);