fix: export S5Node type

This commit is contained in:
Derrick Hammer 2023-09-01 07:28:21 -04:00
parent e4bcd774ab
commit 1c1ec9703a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import NodeId from "#nodeId.js";
export * from "./types.js"; export * from "./types.js";
export * from "./constants.js"; export * from "./constants.js";
export type { S5Node } from "./node.js";
export { export {
createTransportSocket, createTransportSocket,
isTransport, isTransport,