UNPKG

@ionic/cli-plugin-cordova

Version:

Ionic Cordova Plugin for Ionic CLI

8 lines (7 loc) 340 B
import { IHookEngine } from '@ionic/cli-utils'; import { CordovaNamespace } from './commands'; export declare const name = "__NAME__"; export declare const version = "__VERSION__"; export declare const preferGlobal: boolean; export declare const namespace: CordovaNamespace; export declare function registerHooks(hooks: IHookEngine): void;