UNPKG
@orbitdb/feed-db
Version:
latest (1.3.0)
next (1.1.1-cf68a46.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.1-cf68a46.0
1.1.0
1.0.1
1.0.1-9e47a94.0
1.0.0
Feed database type for orbit-db.
@orbitdb/feed-db
/
src
/
utils.ts
6 lines
(3 loc)
•
138 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ useDatabaseType }
from
"@orbitdb/core"
;
import
Feed
from
"@/feed.js"
;
export
const
registerFeed
= (
) =>
useDatabaseType
(
Feed
);