fix: add some exports

This commit is contained in:
Derrick Hammer 2023-08-31 02:37:32 -04:00
parent 05cbd60373
commit 5a1dca9775
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export * from "./types.js";
export * from "./service/p2p.js";
export * from "./service/registry.js";