chardet/lib/fs/browser.js

6 lines
194 B
JavaScript
Raw Normal View History

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