We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f612aad commit 730bb2eCopy full SHA for 730bb2e
src/feature-management/src/index.ts
@@ -5,4 +5,5 @@ export { FeatureManager, FeatureManagerOptions, EvaluationResult, VariantAssignm
5
export { ConfigurationMapFeatureFlagProvider, ConfigurationObjectFeatureFlagProvider, IFeatureFlagProvider } from "./featureProvider.js";
6
export { createFeatureEvaluationEventProperties } from "./telemetry/featureEvaluationEvent.js";
7
export { IFeatureFilter } from "./filter/FeatureFilter.js";
8
+export { TargetingContextAccessor, ITargetingContext } from "./common/targetingContext.js";
9
export { VERSION } from "./version.js";
0 commit comments