UNPKG

@ionic/cli-plugin-cordova

Version:

Ionic Cordova Plugin for Ionic CLI

7 lines (6 loc) 389 B
import { CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils'; import { CordovaCommand } from './base'; export declare class PluginCommand extends CordovaCommand implements CommandPreRun { preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void | number>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; }