refactor: export constants

This commit is contained in:
Derrick Hammer 2023-09-01 03:18:37 -04:00
parent 92bd8e2cd1
commit 46098bd07f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

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