lakutata
Version:
An IoC-based universal application framework.
49 lines (40 loc) • 1.4 kB
JavaScript
;
var e = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
function t(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e["default"] : e;
}
function o(e) {
return e && Object.prototype.hasOwnProperty.call(e, "default") ? e["default"] : e;
}
function r(e) {
return e && Object.prototype.hasOwnProperty.call(e, "default") && Object.keys(e).length === 1 ? e["default"] : e;
}
function n(e) {
if (e.__esModule) return e;
var t = e.default;
if (typeof t == "function") {
var o = function e() {
if (this instanceof e) {
return Reflect.construct(t, arguments, this.constructor);
}
return t.apply(this, arguments);
};
o.prototype = t.prototype;
} else o = {};
Object.defineProperty(o, "__esModule", {
value: true
});
Object.keys(e).forEach((function(t) {
var r = Object.getOwnPropertyDescriptor(e, t);
Object.defineProperty(o, t, r.get ? r : {
enumerable: true,
get: function() {
return e[t];
}
});
}));
return o;
}
exports.commonjsGlobal = e;
exports.getAugmentedNamespace = n;
exports.getDefaultExportFromCjs = t;