UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 271 B
import { IObservable } from '../../../../../type/observable.type'; import { IOfObservableNotifications } from './of-observable-notifications.type'; export declare function ofWithNotifications<GValue>(...values: GValue[]): IObservable<IOfObservableNotifications<GValue>>;