UNPKG

opfs-tools

Version:

EN: A simple, high-performance, and comprehensive file system API running in the browser, built on [OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system).

5 lines (4 loc) 149 B
export { file, write } from './file'; export { dir } from './directory'; export { tmpfile } from './tmpfile'; export { rollfile } from './rollfile';