UNPKG
@firesystem/indexeddb
Version:
latest (1.3.5)
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.2.0
IndexedDB implementation of Virtual File System
@firesystem/indexeddb
/
src
/
index.ts
3 lines
(2 loc)
•
109 B
text/typescript
View Raw
1
2
3
export
{
IndexedDBFileSystem
}
from
"./IndexedDBFileSystem"
;
export
type
{
IndexedDBConfig
}
from
"./types"
;