mtl-js-sdk
Version:
25 lines (18 loc) • 528 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
function Plugin(options) {
var exports = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var _ref = options || {
platform: window.mtl.platform
},
platform = _ref.platform;
var methods = require("./platforms/methods");
exports.module = methods;
exports.symbolPath = exports.symbolPath || "ncc";
return exports;
}
var _default = Plugin;
exports["default"] = _default;