UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 261 B
import { IDefaultNotificationsUnion } from '../../../misc/notifications/default-notifications-union.type'; import { IObservable } from '../observable.type'; export declare type INotificationsObservable<GValue> = IObservable<IDefaultNotificationsUnion<GValue>>;