master
import { lastRecipe } from '../recipes'; import { basicAsync } from './basic-ingredients-async'; export const lastAsync = lastRecipe(basicAsync);