@miapi/core
Version:
core project that aggregate all modules together for enduser and easier to uses
16 lines (11 loc) • 404 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var _default = function _default() {
_classCallCheck(this, _default);
console.log("hello world 2");
};
exports["default"] = _default;
;