UNPKG
node2sql-cli
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Node project tools
node2sql-cli
/
dist
/
commands
/
make.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CommanderStatic
}
from
'commander'
;
import
{
ActionAbstract
}
from
'../actions'
;
export
declare
class
MakeCommand
{
private
program;
constructor
(
program
:
CommanderStatic
);
resolve
(
action
:
ActionAbstract
):
void
; }