UNPKG

unleash-server

Version:

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

6 lines 453 B
import type { Db } from '../../db/db'; import { DependentFeaturesService } from './dependent-features-service'; import type { IUnleashConfig } from '../../types'; export declare const createDependentFeaturesService: (config: IUnleashConfig) => (db: Db) => DependentFeaturesService; export declare const createFakeDependentFeaturesService: (config: IUnleashConfig) => DependentFeaturesService; //# sourceMappingURL=createDependentFeaturesService.d.ts.map