vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
38 lines (37 loc) • 1.35 kB
JavaScript
var f = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function n(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
function l(e) {
return e && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
function a(e) {
return e && Object.prototype.hasOwnProperty.call(e, "default") && Object.keys(e).length === 1 ? e.default : e;
}
function p(e) {
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
var o = e.default;
if (typeof o == "function") {
var t = function r() {
return this instanceof r ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
};
t.prototype = o.prototype;
} else t = {};
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
var u = Object.getOwnPropertyDescriptor(e, r);
Object.defineProperty(t, r, u.get ? u : {
enumerable: !0,
get: function() {
return e[r];
}
});
}), t;
}
export {
f as commonjsGlobal,
p as getAugmentedNamespace,
n as getDefaultExportFromCjs,
a as getDefaultExportFromNamespaceIfNotNamed,
l as getDefaultExportFromNamespaceIfPresent
};
//# sourceMappingURL=_commonjsHelpers.mjs.map