fix: export S5Node type
This commit is contained in:
parent
e4bcd774ab
commit
1c1ec9703a
|
@ -7,6 +7,7 @@ import NodeId from "#nodeId.js";
|
|||
|
||||
export * from "./types.js";
|
||||
export * from "./constants.js";
|
||||
export type { S5Node } from "./node.js";
|
||||
export {
|
||||
createTransportSocket,
|
||||
isTransport,
|
||||
|
|
Loading…
Reference in New Issue