UNPKG

unleash-server

Version:

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

6 lines 504 B
import type { Db } from '../../db/db.js'; import type { IUnleashConfig, IUnleashStores } from '../../types/index.js'; import { PersonalDashboardService } from './personal-dashboard-service.js'; export declare const createPersonalDashboardService: (db: Db, config: IUnleashConfig, stores: IUnleashStores) => PersonalDashboardService; export declare const createFakePersonalDashboardService: (config: IUnleashConfig) => PersonalDashboardService; //# sourceMappingURL=createPersonalDashboardService.d.ts.map