UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 281 B
import { IObservable } from '../../../../../type/observable.type'; import { ISingleObservableNotifications } from './single-observable-notifications.type'; export declare function singleWithNotifications<GValue>(value: GValue): IObservable<ISingleObservableNotifications<GValue>>;