UNPKG

@johngw/stream

Version:

Reactive programming tools using the WHATWG Streams API.

7 lines 236 B
import { fromCollection } from './fromCollection.js'; /** * @group Transformers * @deprecated Use {@link fromCollection} instead. */ export declare const fromIterable: typeof fromCollection; //# sourceMappingURL=fromIterable.d.ts.map