UNPKG

streams

Version:

A lazy streams library for functional composition in JavaScript.

2 lines (1 loc) 86 B
export declare function asIterable<T>(value: Iterable<T> | Iterator<T>): Iterable<T>;