@lifaon/rx-js-light
Version:
Blazing fast Observables
4 lines (3 loc) • 336 B
TypeScript
import { IObservable } from '../../../../../../type/observable.type';
import { IFromAsyncIteratorObservableNotifications } from './from-async-iterator-observable-notifications.type';
export declare function fromAsyncIterator<GValue>(asyncIterator: AsyncIterator<GValue>): IObservable<IFromAsyncIteratorObservableNotifications<GValue>>;