UNPKG
downtils
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Utilities for the downsided bot
downtils
/
dist
/
commands
/
handleErrors.d.ts
3 lines
•
264 B
TypeScript
View Raw
1
2
3
export
declare
type
EventError
=
"unhandledRejection"
|
"uncaughtException"
|
"uncaughtExceptionMonitor"
|
"multipleResolves"
;
export
declare
function
handleErrors
(
errors
:
EventError
|
EventError
[],
prefix
:
string
):
void
;
//# sourceMappingURL=handleErrors.d.ts.map