unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
6 lines • 361 B
TypeScript
import type { Db } from '../../db/db.js';
import type { IUnleashConfig } from '../../types/index.js';
import PatService from './pat-service.js';
export declare const createPatService: (db: Db, config: IUnleashConfig) => PatService;
export declare const createFakePatService: (config: IUnleashConfig) => PatService;
//# sourceMappingURL=createPatService.d.ts.map