UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 162 B
import { IObservable } from '../../../../../type/observable.type'; export declare function fromIterable<GValue>(iterable: Iterable<GValue>): IObservable<GValue>;