UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 241 B
import { INotification } from '../notification.type'; export declare type IAbortNotification<GAbort = any> = INotification<'abort', GAbort>; export declare function createAbortNotification<GAbort>(abort: GAbort): IAbortNotification<GAbort>;