fix: export KeyPairEd25519 as a type

This commit is contained in:
Derrick Hammer 2023-09-08 07:53:37 -04:00
parent 2f690c5f80
commit 0c060fde55
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export {
createTransportPeer,
BasePeer,
} from "./transports/index.js";
export type { SignedRegistryEntry };
export type { SignedRegistryEntry, KeyPairEd25519 };
export { NodeId, CID };
export function createNode(config: S5NodeConfig) {