UNPKG

171 BTypeScriptView Raw
1import { CordovaOptions } from './interfaces';
2export declare function cordova(pluginObj: any, methodName: string, config: CordovaOptions, args: IArguments | any[]): any;