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
/
hooks
/
init.d.ts
4 lines
(3 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
import
{
Hook
}
from
'@oclif/core'
;
declare
const
hook
:
Hook
<
'init'
>;
export
default
hook;