UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 155 B
import { IAbortError, IAbortErrorOptions } from './abort-error.type'; export declare function createAbortError(options?: IAbortErrorOptions): IAbortError;