UNPKG

@johngw/stream

Version:

Reactive programming tools using the WHATWG Streams API.

7 lines (6 loc) 212 B
import { fromCollection } from '@johngw/stream/sources/fromCollection'; /** * @group Transformers * @deprecated Use {@link fromCollection} instead. */ export declare const fromIterable: typeof fromCollection;