UNPKG

unleash-server

Version:

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

6 lines 430 B
import type { Db, IUnleashConfig } from '../../types/index.js'; import { SegmentService } from '../../services/index.js'; import type { ISegmentService } from './segment-service-interface.js'; export declare const createSegmentService: (db: Db, config: IUnleashConfig) => SegmentService; export declare const createFakeSegmentService: (config: IUnleashConfig) => ISegmentService; //# sourceMappingURL=createSegmentService.d.ts.map