UNPKG

637 BSource Map (JSON)View Raw
1{"version":3,"file":"cordova.js","sourceRoot":"","sources":["../../../../src/@ionic-native/core/decorators/cordova.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGhC,MAAM,UAAU,OAAO,CAAC,SAAc,EAAE,UAAkB,EAAE,MAAsB,EAAE,IAAwB;IAC1G,OAAO,IAAI,CAAC,SAAS,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AAC/D,CAAC","sourcesContent":["import { wrap } from './common';\nimport { CordovaOptions } from './interfaces';\n\nexport function cordova(pluginObj: any, methodName: string, config: CordovaOptions, args: IArguments | any[]) {\n return wrap(pluginObj, methodName, config).apply(this, args);\n}\n"]}
\No newline at end of file