UNPKG

unleash-server

Version:

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

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