UNPKG

unleash-server

Version:

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

5 lines 376 B
import type { Db, IUnleashConfig } from '../../types/index.js'; import { PlaygroundService } from './playground-service.js'; export declare const createPlaygroundService: (db: Db, config: IUnleashConfig) => PlaygroundService; export declare const createFakePlaygroundService: (config: IUnleashConfig) => PlaygroundService; //# sourceMappingURL=createPlaygroundService.d.ts.map