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
/
types.ts
8 lines
(7 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
IndexedDBConfig
{
dbName
:
string
;
version
?:
number
;
storeName
?:
string
;
enableExternalSync
?:
boolean
;
deepChangeDetection
?:
boolean
;
// Check content even if date hasn't changed
}