UNPKG

unleash-server

Version:

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

6 lines 440 B
import type { Db } from '../../db/db.js'; import type { IUnleashConfig } from '../../types/index.js'; import { FeatureSearchService } from './feature-search-service.js'; export declare const createFeatureSearchService: (config: IUnleashConfig) => (db: Db) => FeatureSearchService; export declare const createFakeFeatureSearchService: (config: IUnleashConfig) => FeatureSearchService; //# sourceMappingURL=createFeatureSearchService.d.ts.map