UNPKG

unleash-server

Version:

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

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