diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index 039abbc..7dc38fc 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -14,3 +14,4 @@ export * from './http-encoder'; export * from './types/iqser-types'; export * from './pruning-translation-loader'; export * from './custom-route-reuse.strategy'; +export * from './headers-configuration';