UNPKG
@mail-core/cli
Version:
latest (7.1.1)
7.1.1
7.1.0
7.1.0-rc.1
7.0.0
Инструментарий для написания cli-скриптов
@mail-core/cli
/
cli
/
command
/
shebang-fix
/
index.d.ts
12 lines
(11 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export declare const shebangFix:
import
(
"../../../command/command"
).Command<{
path
: { type:
"string"
; default: string; description: string; }; reg: { type:
"boolean"
; description: string; }; }>;