UNPKG

@codibre/fluent-iterable

Version:

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

3 lines (2 loc) 122 B
import { Ingredient } from './ingredients'; export declare function withIndexRecipe(map: Ingredient): (this: any) => any;