unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
6 lines • 331 B
TypeScript
import type { IFeaturesReadModel } from '../types/features-read-model-type';
export declare class FakeFeaturesReadModel implements IFeaturesReadModel {
featureExists(): Promise<boolean>;
featuresInTheSameProject(featureA: string, featureB: string): Promise<boolean>;
}
//# sourceMappingURL=fake-features-read-model.d.ts.map