UNPKG

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