mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
6 lines
259 B
TypeScript
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;
|
|
}
|