UNPKG

unleash-server

Version:

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

3 lines 217 B
import type { IFeatureLifecycleStage } from '../../types'; export declare function getCurrentStage(stages: IFeatureLifecycleStage[]): IFeatureLifecycleStage | undefined; //# sourceMappingURL=get-current-stage.d.ts.map