From e2bcb8cf3d366f5f8dd27b3dfff7fb91de59e822 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 23 Jun 2023 03:41:01 -0400 Subject: [PATCH] Revert "fix: add download to exports" This reverts commit 4f2ec806e1c46b23aaf3269f75a9fe2958e233fc. --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7d2388c..a6b27fd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 };