UNPKG

776 BSource Map (JSON)View Raw
1{"version":3,"file":"cordova-instance.js","sourceRoot":"","sources":["../../../../src/@ionic-native/core/decorators/cordova-instance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,MAAM,UAAU,eAAe,CAC7B,SAAc,EACd,UAAkB,EAClB,MAAsB,EACtB,IAAwB;IAExB,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACxB,OAAO,YAAY,CAAC,SAAS,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AACvE,CAAC","sourcesContent":["import { wrapInstance } from './common';\nimport { CordovaOptions } from './interfaces';\n\nexport function cordovaInstance(\n pluginObj: any,\n methodName: string,\n config: CordovaOptions,\n args: IArguments | any[]\n) {\n args = Array.from(args);\n return wrapInstance(pluginObj, methodName, config).apply(this, args);\n}\n"]}
\No newline at end of file