UNPKG

@johngw/stream

Version:

Reactive programming tools using the WHATWG Streams API.

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