Files
WAI_Project_VUE/node_modules/chardet/lib/fs/browser.js
2025-11-24 23:24:06 +08:00

6 lines
194 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = () => {
throw new Error('File system is not available');
};
//# sourceMappingURL=browser.js.map