fix: add portal to exports
This commit is contained in:
parent
ca43e88300
commit
8b7f7082e3
|
@ -11,4 +11,5 @@ 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 * from "./download.js";
|
||||||
|
export * from "./portal.js";
|
||||||
export { ed25519, sha512 };
|
export { ed25519, sha512 };
|
||||||
|
|
Loading…
Reference in New Issue