Yea toast

This commit is contained in:
Max Lynch
2015-11-30 12:34:54 -06:00
parent b6e612209a
commit 2d70c6a3d4
87 changed files with 774 additions and 885 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export declare const getPlugin: (pluginRef: string) => any;
export declare const isInstalled: (pluginRef: string) => boolean;
export declare const pluginWarn: (pluginName: string, method: string, plugin: string) => void;
export declare const cordovaWarn: (pluginName: string, method: string) => void;
export declare const wrap: (pluginObj: any, methodName: any, opts?: any) => (...args: any[]) => any;
export declare const wrap: (pluginObj: any, methodName: string, opts?: any) => (...args: any[]) => any;
/**
* Class decorator specifying Plugin metadata. Required for all plugins.
*/