UNPKG
drake_core
Version:
latest (1.0.0)
1.0.0
Common libraries for general purpose tasks
github.com/manish-drake/core
manish-drake/core
drake_core
/
core
/
contracts
/
ICommand.ts
4 lines
•
56 B
text/typescript
View Raw
1
2
3
4
export
interface
ICommand
{
args
:
any
;
run
(); }