UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

3 lines (2 loc) 209 B
import { ToMapChainIngredients } from './ingredients'; export declare function toMapChainRecipe(ing: ToMapChainIngredients): (this: import("augmentative-iterable").AnyIterable<any>, ...keys: string[]) => any;