UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

6 lines 336 B
import type { IFeaturesReadModel } from '../types/features-read-model-type.js'; export declare class FakeFeaturesReadModel implements IFeaturesReadModel { featureExists(): Promise<boolean>; featuresInTheSameProject(_featureA: string, _featureB: string): Promise<boolean>; } //# sourceMappingURL=fake-features-read-model.d.ts.map