UNPKG

@firesystem/memory

Version:

In-memory implementation of Virtual File System

3 lines (2 loc) 111 B
export { MemoryFileSystem } from "./MemoryFileSystem"; export type { MemoryFileSystemOptions } from "./types";