UNPKG

lakutata

Version:

An IoC-based universal application framework.

43 lines (37 loc) 1.31 kB
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 r(e) { return e && Object.prototype.hasOwnProperty.call(e, "default") ? e["default"] : e; } function n(e) { return e && Object.prototype.hasOwnProperty.call(e, "default") && Object.keys(e).length === 1 ? e["default"] : e; } function o(e) { if (e.__esModule) return e; var t = e.default; if (typeof t == "function") { var r = function e() { if (this instanceof e) { return Reflect.construct(t, arguments, this.constructor); } return t.apply(this, arguments); }; r.prototype = t.prototype; } else r = {}; Object.defineProperty(r, "__esModule", { value: true }); Object.keys(e).forEach((function(t) { var n = Object.getOwnPropertyDescriptor(e, t); Object.defineProperty(r, t, n.get ? n : { enumerable: true, get: function() { return e[t]; } }); })); return r; } export { o as a, e as c, t as g };