UNPKG

unleash-server

Version:

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

7 lines 347 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