UNPKG

unleash-server

Version:

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

8 lines 346 B
import type { IUnleashConfig } from '../../types/option.js'; import type { ResourceLimitsSchema } from '../../openapi/index.js'; export declare class ResourceLimitsService { private config; constructor(config: IUnleashConfig); getResourceLimits(): Promise<ResourceLimitsSchema>; } //# sourceMappingURL=resource-limits-service.d.ts.map