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).

7 lines (6 loc) 229 B
export { file, write } from './file'; export { dir } from './directory'; export { tmpfile } from './tmpfile'; export { rollfile } from './rollfile'; export type { OTFile } from './file'; export type { OTDir } from './directory';