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 09ddb6d commit 122bb9bCopy full SHA for 122bb9b
src/index.ts
@@ -2,4 +2,5 @@
2
// Licensed under the MIT license.
3
4
export { FeatureManager } from "./featureManager";
5
-export { ConfigurationMapFeatureFlagProvider, ConfigurationObjectFeatureFlagProvider, IFeatureFlagProvider } from "./featureProvider";
+export { ConfigurationMapFeatureFlagProvider, ConfigurationObjectFeatureFlagProvider, IFeatureFlagProvider } from "./featureProvider";
6
+export { IFeatureFilter } from "./filter/FeatureFilter";
0 commit comments