UNPKG
@herbertgao/surgio
Version:
latest (3.11.0-herbertgao1)
3.11.0-herbertgao1
3.11.0-herbertgao
Generating rules for Surge, Clash, Quantumult like a PRO
surgio.js.org
geekdada/surgio
@herbertgao/surgio
/
build
/
utils
/
error-helper.d.ts
3 lines
(2 loc)
•
133 B
TypeScript
View Raw
1
2
3
import
BaseCommand
from
'../base-command'
;
export
declare
const
errorHandler
:
(
this
:
BaseCommand
<
any
>,
err
:
Error
) =>
Promise
<
void
>;