UNPKG

281 BTypeScriptView Raw
1import * as yargs from "yargs";
2/**
3 * Shows typeorm version.
4 */
5export declare class VersionCommand implements yargs.CommandModule {
6 command: string;
7 describe: string;
8 handler(): Promise<void>;
9 protected static executeCommand(command: string): Promise<string>;
10}