UNPKG
@godspeedsystems/godspeed
Version:
latest (2.9.14)
2.9.14
2.9.13
2.9.12
2.9.11
2.9.10
2.9.9
2.9.8
2.9.7
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.9
2.8.8
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.8
2.7.7
2.7.6
2.7.5-prerelease
2.7.5-pre-alpha
2.7.5-alpha-2
2.7.5-alpha-1
2.7.5-alpha.3
2.7.5-alpha
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Godspeed CLI
godspeed.systems
@godspeedsystems/godspeed
/
lib
/
commands
/
plugin
/
index.d.ts
8 lines
(7 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Command
}
from
"commander"
;
declare
const
_default
: {
add
:
Command
;
remove
:
Command
;
update
:
Command
; };
export
default
_default;