From e9565749d5b9eb65bf09aaa03f423bef62f6fec8 Mon Sep 17 00:00:00 2001 From: Mike Presman Date: Mon, 18 Dec 2023 12:37:27 -0500 Subject: [PATCH] build and add errors to export --- js/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/index.ts b/js/src/index.ts index 75cdbbc..649b86d 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -1,2 +1,3 @@ export * from "./binary-client"; export * from "./grpc-client"; +export * from "./utils/errors";