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
/
index.ts
3 lines
(2 loc)
•
111 B
text/typescript
View Raw
1
2
3
export
{
MemoryFileSystem
}
from
"./MemoryFileSystem"
;
export
type
{
MemoryFileSystemOptions
}
from
"./types"
;