Skip to content

Commit

Permalink
expose IFeatureFilter (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms authored Aug 21, 2024
1 parent 09ddb6d commit 122bb9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
// Licensed under the MIT license.

export { FeatureManager } from "./featureManager";
export { ConfigurationMapFeatureFlagProvider, ConfigurationObjectFeatureFlagProvider, IFeatureFlagProvider } from "./featureProvider";
export { ConfigurationMapFeatureFlagProvider, ConfigurationObjectFeatureFlagProvider, IFeatureFlagProvider } from "./featureProvider";
export { IFeatureFilter } from "./filter/FeatureFilter";

0 comments on commit 122bb9b

Please sign in to comment.