vue-files-preview
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
30 lines (29 loc) • 982 B
JavaScript
var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function f(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
function l(e) {
if (e.__esModule) return e;
var r = e.default;
if (typeof r == "function") {
var t = function o() {
return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
};
t.prototype = r.prototype;
} else t = {};
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
var n = Object.getOwnPropertyDescriptor(e, o);
Object.defineProperty(t, o, n.get ? n : {
enumerable: !0,
get: function() {
return e[o];
}
});
}), t;
}
export {
u as commonjsGlobal,
l as getAugmentedNamespace,
f as getDefaultExportFromCjs
};
//# sourceMappingURL=_commonjsHelpers.mjs.map