UNPKG

unleash-server

Version:

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

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