UNPKG
@grandlinex/easy-cli
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
Cli lib to perform common tasks
www.grandlinex.com
GrandlineX/easy-cli
@grandlinex/easy-cli
/
dist
/
TestScript.d.ts
5 lines
(4 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
import
CommandHandler
from
'./CommandHandler.js'
;
export
default
class
TestScript
extends
CommandHandler
{
constructor
(
); }