UNPKG

758 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,CAAC,SAAc,EAAE,UAAkB,EAAE,MAAsB,EAAE,IAAwB;IAClH,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(pluginObj: any, methodName: string, config: CordovaOptions, args: IArguments | any[]) {\n args = Array.from(args);\n return wrapInstance(pluginObj, methodName, config).apply(this, args);\n}\n"]}
\No newline at end of file