fix: add download to exports
This commit is contained in:
parent
e2bcb8cf3d
commit
a27bb31336
|
@ -10,4 +10,5 @@ export * from "./types.js";
|
||||||
export * from "./cid.js";
|
export * from "./cid.js";
|
||||||
export * from "./encoding.js";
|
export * from "./encoding.js";
|
||||||
export * from "./keys.js";
|
export * from "./keys.js";
|
||||||
|
export * from "./download.js";
|
||||||
export { ed25519, sha512 };
|
export { ed25519, sha512 };
|
||||||
|
|
Loading…
Reference in New Issue