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';