fix: export util functions
This commit is contained in:
parent
c286fb1d9c
commit
8b87a61925
|
@ -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 * from "./util.js";
|
||||||
export type { S5Node } from "./node.js";
|
export type { S5Node } from "./node.js";
|
||||||
export {
|
export {
|
||||||
createTransportSocket,
|
createTransportSocket,
|
||||||
|
|
Loading…
Reference in New Issue