UNPKG

unleash-server

Version:

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

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