From 9bf00bd0280d6888aff747c5b45ee163668aeef3 Mon Sep 17 00:00:00 2001 From: rowan Date: Sun, 18 May 2025 20:42:24 -0500 Subject: [PATCH] export utils --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ef1e1fe..8806c04 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "./de": { "types": "./dist/de/index.d.ts", "default": "./dist/de/index.js" + }, + "./utils": { + "types": "./dist/utils.d.ts", + "default": "./dist/utils.js" } }, "scripts": {