import { fromCollection } from '@johngw/stream/sources/fromCollection'

/**
 * @group Transformers
 * @deprecated Use {@link fromCollection} instead.
 */
export const fromIterable = fromCollection
