UNPKG

unleash-server

Version:

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

6 lines 291 B
import type { Db, IUnleashConfig, IUnleashServices } from '../../../server-impl'; import Controller from '../../controller'; export declare class SearchApi extends Controller { constructor(config: IUnleashConfig, services: IUnleashServices, db: Db); } //# sourceMappingURL=index.d.ts.map