UNPKG

node2sql-cli

Version:

Node project tools

8 lines (7 loc) 236 B
import { CommanderStatic } from 'commander'; import { ActionAbstract } from '../actions'; export declare class CreateCommand { private program; constructor(program: CommanderStatic); resolve(action: ActionAbstract): void; }