Skip to main

fromIterable

fromIterable

Source Location: packages/core/src/source.ts#L819

Signature

function fromIterable<T>(iterable: Iterable<T>): Source<T>