UNPKG

unleash-server

Version:

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

6 lines 393 B
import type { Db } from '../../db/db.js'; import type { IUnleashConfig } from '../../types/index.js'; import SettingService from './setting-service.js'; export declare const createSettingService: (config: IUnleashConfig) => (db: Db) => SettingService; export declare const createFakeSettingService: (config: IUnleashConfig) => SettingService; //# sourceMappingURL=createSettingService.d.ts.map