UNPKG
dexie-export-import
Version:
latest (4.1.4)
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Dexie addon that adds export and import capabilities
github.com/dexie/Dexie.js
dexie/Dexie.js
dexie-export-import
/
dist
/
tson-arraybuffer.d.ts
9 lines
(8 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
arraybuffer
: {
test
(
x
:
any
):
boolean
;
replace
(
b
:
any
):
any
;
revive
(
b64
:
any
):
any
; }; };
export
default
_default;