@forge/bridge
6.1.1-next.16.1.1-next.2
out/featureFlags/featureFlags.d.ts~
out/featureFlags/featureFlags.d.tsModified−2
Index: package/out/featureFlags/featureFlags.d.ts
===================================================================
--- package/out/featureFlags/featureFlags.d.ts
+++ package/out/featureFlags/featureFlags.d.ts
@@ -1,9 +1,8 @@
import { FeatureFlagUser, ForgeFeatureFlagConfig } from './types';
export declare class FeatureFlags {
private initialized;
private evaluator;
- private eventProps;
/**
* Initialize the feature flags client
*/
initialize(user: FeatureFlagUser, config?: ForgeFeatureFlagConfig): Promise<void>;
@@ -15,7 +14,6 @@
* Shutdown the feature flags client
*/
shutdown(): void;
isInitialized(): boolean;
- private sendCheckFlagEvent;
}
//# sourceMappingURL=featureFlags.d.ts.map
\ No newline at end of file