UNPKG

unleash-server

Version:

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

6 lines 421 B
import type { Db } from '../../db/db.js'; import type { IUnleashConfig } from '../../types/index.js'; import EnvironmentService from './environment-service.js'; export declare const createEnvironmentService: (config: IUnleashConfig) => (db: Db) => EnvironmentService; export declare const createFakeEnvironmentService: (config: IUnleashConfig) => EnvironmentService; //# sourceMappingURL=createEnvironmentService.d.ts.map