UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

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