UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 160 B
import { INextNotification } from './next-notification.type'; export declare function createNextNotification<GValue>(value: GValue): INextNotification<GValue>;