fix: add download to exports

This commit is contained in:
Derrick Hammer 2023-06-23 03:36:42 -04:00
parent 7dcb741e46
commit 4f2ec806e1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ export * from "./types.js";
export * from "./cid.js";
export * from "./encoding.js";
export * from "./keys.js";
export * from "./download.js";
export { ed25519, sha512 };