From 8a4e66782d46e4080eebf57d141a9ebdcfa6ba15 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 8 Sep 2023 05:44:08 -0400 Subject: [PATCH] refactor: export util --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index c52ea71..b12ec4f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,3 +25,4 @@ export { logErr, getNetworkModuleStatus, } from "./api.js"; +export * from "./util.js";