fix: add portal to exports

This commit is contained in:
Derrick Hammer 2023-06-23 19:01:55 -04:00
parent ca43e88300
commit 8b7f7082e3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

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