master
import { avgRecipe } from '../recipes'; import { basic } from './basic-ingredients'; export const avg = avgRecipe(basic);