@mount0/memory
v0.1.0
Published
In-memory filesystem provider for mount0
Maintainers
Readme
@mount0/memory
In-memory filesystem provider for mount0.
Installation
npm install @mount0/memoryUsage
import { mount0 } from "@mount0/core";
import { MemoryProvider } from "@mount0/memory";
const fs = mount0();
fs.handle("/cache", new MemoryProvider());
await fs.mount("/mnt/myfs");License
MIT
