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