UNPKG

@johngw/stream

Version:

Reactive programming tools using the WHATWG Streams API.

8 lines (6 loc) 197 B
import { fromCollection } from '@johngw/stream/sources/fromCollection' /** * @group Transformers * @deprecated Use {@link fromCollection} instead. */ export const fromIterable = fromCollection