UNPKG

199 BJavaScriptView Raw
1import { wrap } from './common';
2export function cordova(pluginObj, methodName, config, args) {
3 return wrap(pluginObj, methodName, config).apply(this, args);
4}
5//# sourceMappingURL=cordova.js.map
\No newline at end of file