3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
import * as commander from "commander";
|
|
export declare function convert(command: commander.Command): Promise<void>;
|