UNPKG
@orbitdb/set-db
Version:
latest (2.1.2)
next (1.1.1-11c1327.0)
2.1.2
2.1.1
2.1.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
/
dist
/
utils.js
4 lines
•
165 B
JavaScript
View Raw
1
2
3
4
import
{ useDatabaseType }
from
"@orbitdb/core"
;
import
Set
from
"./set.js"
;
export
const
registerSet
= (
) =>
useDatabaseType
(
Set
);
//# sourceMappingURL=utils.js.map