alepha@docs:~/docs/reference/providers$
cat MemoryFileSystemProvider.md1 min read
Last commit:
#MemoryFileSystemProvider
#Import
typescript
1import { MemoryFileSystemProvider } from "alepha/system";
#Overview
In-memory implementation of FileSystemProvider for testing.
This provider stores all files and directories in memory, making it ideal for unit tests that need to verify file operations without touching the real file system.