UNPKG

downtils

Version:

Utilities for the downsided bot

3 lines 264 B
export declare type EventError = "unhandledRejection" | "uncaughtException" | "uncaughtExceptionMonitor" | "multipleResolves"; export declare function handleErrors(errors: EventError | EventError[], prefix: string): void; //# sourceMappingURL=handleErrors.d.ts.map