UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 203 B
import { ICustomError, ICustomErrorOptions } from './custom-error.type'; export declare function createCustomError<GName extends string>(name: GName, options?: ICustomErrorOptions): ICustomError<GName>;