From 41bb630655898a3c784b659ad6c85337d13ce9be Mon Sep 17 00:00:00 2001 From: Michael Brevard Date: Wed, 24 Jan 2024 14:31:48 +0200 Subject: [PATCH] feat: export the function --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ea32597..3eeaeaa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -//Beginning +export * from "./utils"