fix: add download to exports
This commit is contained in:
parent
7dcb741e46
commit
4f2ec806e1
|
@ -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