UNPKG
@firesystem/memory
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.2.0
In-memory implementation of Virtual File System
@firesystem/memory
/
src
/
types.ts
6 lines
(4 loc)
•
127 B
text/typescript
View Raw
1
2
3
4
5
6
import
type
{
FileEntry
}
from
"@firesystem/core"
;
export
interface
MemoryFileSystemOptions
{
initialFiles
?:
FileEntry
[]; }