UNPKG

unleash-server

Version:

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

7 lines 348 B
import type { IUnleashServices } from '../../../services/index.js'; import type { Db, IUnleashConfig } from '../../../types/index.js'; import Controller from '../../controller.js'; export declare class SearchApi extends Controller { constructor(config: IUnleashConfig, services: IUnleashServices, _db: Db); } //# sourceMappingURL=index.d.ts.map