chardet/src/fs/browser.ts

4 lines
77 B
TypeScript
Raw Normal View History

2020-09-25 11:27:49 +00:00
export default () => {
throw new Error('File system is not available');
};