UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

8 lines 232 B
/** * Helper function / generator to (re)provide given iterable in iterator * form. * * @param src - */ export declare function asIterable<T>(src: Iterable<T>): Generator<T, void, any>; //# sourceMappingURL=as-iterable.d.ts.map