chardet/src/fs/browser.ts

4 lines
77 B
TypeScript

export default () => {
throw new Error('File system is not available');
};