unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
7 lines • 313 B
TypeScript
import Controller from '../controller';
import type { IUnleashServices, IUnleashConfig } from '../../types';
import type { Db } from '../../db/db';
export declare class AdminApi extends Controller {
constructor(config: IUnleashConfig, services: IUnleashServices, db: Db);
}
//# sourceMappingURL=index.d.ts.map