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
/
dist
/
testing.d.ts
3 lines
(2 loc)
•
94 B
TypeScript
View Raw
1
2
3
export
{
IndexedDBConfig
,
IndexedDBFileSystem
}
from
"./index.js"
;
import
"@firesystem/core"
;