UNPKG
@orbitdb/feed-db
Version:
latest (1.4.2)
next (1.1.1-cf68a46.0)
1.4.2
1.4.1
1.4.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
/
dist
/
test
/
config.d.ts
5 lines
(4 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Helia
}
from
"helia"
;
export
declare
const
createTestHelia
:
(
{ directory, }?: { directory?:
string
; }
) =>
Promise
<
Helia
>;