master
import { toObjectRecipe } from '../recipes'; import { basicReduce } from './basic-reduce-ingredients'; export const toObject = toObjectRecipe(basicReduce);