From 8f214bdee452f47492f8df252e08afd24e50fef7 Mon Sep 17 00:00:00 2001 From: Sayan kar Date: Fri, 9 Aug 2024 05:02:17 +0530 Subject: [PATCH] fix: remove custom function --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0abb4cd..ceb6380 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,4 +4,3 @@ export * from "./sdk/sdk.js"; export * from "./lib/config.js"; -export * from "./utils/isValidSignature.js";