Class: InMemoryFileSystem
A filesystem implementation that stores files in memory.
Implements
Constructors
constructor
• new InMemoryFileSystem()
Properties
files
• Private
files: Record
<string
, any
> = {}
Defined in
packages/core/src/storage/FileSystem.ts:25
Methods
access
▸ access(path
): Promise
<void
>
Parameters
Name | Type |
---|---|
path | string |