UNPKG
@lexmin0412/gcm
Version:
latest (1.8.1)
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.6.14
1.6.13
1.6.12
1.6.11
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.4.0-beta.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
GCM 的命令行接口
github.com/lexmin0412/gcm/tree/main/packages/cli
lexmin0412/gcm
@lexmin0412/gcm
/
lib
/
libs
/
scan.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isValidUserConfig
:
(
configStr
:
string
) =>
boolean
;
export
declare
const
isCurrentConfig
:
(
configStr
:
string
) =>
boolean
;
export
declare
const
scan
:
() =>
void
;