Skip to content

Commit 574f7a5

Browse files
Update libs/providers/go-feature-flag/src/index.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Thomas Poignant <[email protected]>
1 parent 15f4fa9 commit 574f7a5

File tree

1 file changed

+4
-4
lines changed
  • libs/providers/go-feature-flag/src

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from './lib/go-feature-flag-provider';
2-
export * from './lib/go-feature-flag-provider-options';
3-
export * from './lib/model/evaluation-type';
4-
export * from './lib/model/exporter-metadata';
2+
export type { GoFeatureFlagProviderOptions } from './lib/go-feature-flag-provider-options';
3+
export { EvaluationType } from './lib/model/evaluation-type';
4+
export { ExporterMetadata } from './lib/model/exporter-metadata';
55
export * from './lib/exception';
6-
export * from './lib/helper/fetch-api';
6+
export { type FetchAPI, isomorphicFetch } from './lib/helper/fetch-api';

0 commit comments

Comments
 (0)