Revert "fix: add download to exports"

This reverts commit 4f2ec806e1.
This commit is contained in:
Derrick Hammer 2023-06-23 03:41:01 -04:00
parent 39cb79980a
commit e2bcb8cf3d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

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