UNPKG

unleash-server

Version:

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

5 lines 297 B
import type { IUnleashConfig } from '../../types/index.js'; import { GroupService } from '../../services/index.js'; import type { Db } from '../../db/db.js'; export declare const createGroupService: (db: Db, config: IUnleashConfig) => GroupService; //# sourceMappingURL=createGroupService.d.ts.map