awesome-cordova-plugins/dist/plugins/plugin.d.ts
2015-11-28 18:26:55 -06:00

4 lines
247 B
TypeScript

export declare const wrap: (pluginObj: any, methodName: any, opts?: any) => (...args: any[]) => any;
export declare function Plugin(config: any): (cls: any) => any;
export declare function Cordova(opts?: any): (obj: any, methodName: any) => void;