UNPKG

fast-iterable

Version:

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

4 lines (3 loc) 205 B
import { AnyIterable } from 'augmentative-iterable'; export declare function internalWrapper<T>(iterable: Iterable<T>): any; export declare function internalAsyncWrapper<T>(iterable: AnyIterable<T>): any;