UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 185 B
import { INotification } from './notification.type'; export declare function createNotification<GName extends string, GValue>(name: GName, value: GValue): INotification<GName, GValue>;