UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 322 B
import { IObservable } from '../../../../../../type/observable.type'; import { IFromIterableObservableNotifications } from './from-iterable-observable-notifications.type'; export declare function fromIterableWithNotifications<GValue>(iterable: Iterable<GValue>): IObservable<IFromIterableObservableNotifications<GValue>>;