lakutata
Version:
An IoC-based universal application framework.
40 lines (34 loc) • 1.21 kB
JavaScript
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */
;
exports.commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
function e(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e["default"] : e;
}
function t(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.getAugmentedNamespace = t;
exports.getDefaultExportFromCjs = e;