refactor: export cid

This commit is contained in:
Derrick Hammer 2023-12-10 21:57:36 -05:00
parent 9d3ba32749
commit 23b7b189b2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export type { SignedRegistryEntry, KeyPairEd25519 };
import Packer from "./serialization/pack.js";
import Unpacker from "./serialization/unpack.js";
export { Packer, Unpacker };
export { Packer, Unpacker, CID };
export function createNode(config: S5NodeConfig) {
return new S5Node(config);