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
/
internal.d.ts
6 lines
(5 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PackageJson
}
from
'type-fest'
;
export
{ isZodError, isSurgioError,
SurgioError
}
from
'./utils'
;
export
*
from
'./utils/cache'
;
export
*
from
'./types'
;
export
declare
const
packageJson
:
PackageJson
;