UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 214 B
import { AnyIterable } from 'augmentative-iterable'; import { Ingredient } from './ingredients'; export declare function skipRecipe(skipWhile: Ingredient): <T>(this: AnyIterable<T>, n: number) => AnyIterable<any>;