UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 248 B
import { IObservable } from '../../../../../type/observable.type'; import { IEmptyObservableNotifications } from './empty-observable-notifications.type'; export declare function emptyWithNotifications(): IObservable<IEmptyObservableNotifications>;