mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 22:04:06 -06:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const File = globalThis.File;
|
|
const Blob = globalThis.Blob;
|
|
|
|
exports.Blob = Blob;
|
|
exports.File = File;
|
|
//# sourceMappingURL=lib.cjs.map
|