UNPKG
@orbitdb/set-db
Version:
latest (2.0.1)
next (1.1.1-11c1327.0)
2.0.1
2.0.0
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.1-11c1327.0
1.1.0
1.0.2
1.0.1
1.0.1-ffc7041.0
1.0.1-ee9c60b.0
1.0.1-576bc45.0
1.0.0
Set database type for orbit-db.
@orbitdb/set-db
/
src
/
types.ts
7 lines
(6 loc)
•
116 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
type
DBElements
= |
number
|
boolean
|
string
| { [
key
:
string
]:
DBElements
} |
Array
<
DBElements
>;