UNPKG

unleash-server

Version:

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

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