@ionic/cli-plugin-cordova
Version:
Ionic Cordova Plugin for Ionic CLI
7 lines (6 loc) • 381 B
TypeScript
import { CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils';
import { CordovaCommand } from './base';
export declare class CompileCommand extends CordovaCommand implements CommandPreRun {
preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
}