unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
7 lines • 487 B
TypeScript
import type { IProjectLifecycleStageDuration } from '../../types/index.js';
import type { FeatureLifecycleProjectItem } from './feature-lifecycle-store-type.js';
export declare function calculateStageDurations(featureLifeCycles: FeatureLifecycleProjectItem[]): IProjectLifecycleStageDuration[];
export declare const calculateMedians: (groupedByProjectAndStage: {
[key: string]: number[];
}) => IProjectLifecycleStageDuration[];
//# sourceMappingURL=calculate-stage-durations.d.ts.map