From 33b9ae2aef69ba9edeb507b21a484d6281d803ef Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sat, 23 Dec 2023 18:34:06 -0600 Subject: [PATCH] fix: export the new functions Export the new functions commit-id:2b126f75 --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index 6af78b5..d4f10c2 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,3 +1,4 @@ export { HttpModule } from './http.module'; export { HttpService } from './http.service'; +export * from './http.util'; export * from './interfaces';