UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 239 B
import { AnyIterable } from 'augmentative-iterable'; import { BasicIngredients } from './ingredients'; export declare function lastRecipe({ forEach, resolver, filter }: BasicIngredients): <T>(this: AnyIterable<T>, predicate?: any) => any;