awesome-cordova-plugins/dist/cordova.d.ts
Max Lynch 33b56579b0 Demo
2015-11-28 16:17:04 -06:00

6 lines
259 B
TypeScript

export declare class Cordova {
static hasPlugin(pluginRef: string): boolean;
static plugin(pluginRef: string): any;
static promisify(pluginRef: any, pluginName: any, methodName: any, successIndex: any, errorIndex: any): (...args: any[]) => any;
}