UNPKG

unleash-server

Version:

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

5 lines 470 B
import type { Db, IUnleashConfig } from '../../../types/index.js'; import type { IProjectLifecycleSummaryReadModel } from './project-lifecycle-read-model-type.js'; export declare const createProjectLifecycleSummaryReadModel: (db: Db, config: IUnleashConfig) => IProjectLifecycleSummaryReadModel; export declare const createFakeProjectLifecycleSummaryReadModel: () => IProjectLifecycleSummaryReadModel; //# sourceMappingURL=createProjectLifecycleSummaryReadModel.d.ts.map