@ionic/cli-plugin-cordova
Version:
Ionic Cordova Plugin for Ionic CLI
6 lines (5 loc) • 362 B
TypeScript
import { Command, CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils';
export declare class ResourcesCommand extends Command implements CommandPreRun {
preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void | number>;
run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void | number>;
}