UNPKG

unleash-server

Version:

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

3 lines 239 B
import type { StabilityRelease } from './api-operation.js'; export declare function calculateStability(release: StabilityRelease | undefined, currentVersion: string): 'alpha' | 'beta' | 'stable'; //# sourceMappingURL=api-stability.d.ts.map