UNPKG

unleash-server

Version:

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

4 lines 237 B
import type { IUnleashConfig } from '../option.js'; export declare const frontendSettingsKey = "unleash.frontend"; export type FrontendSettings = Pick<IUnleashConfig, 'frontendApiOrigins'>; //# sourceMappingURL=frontend-settings.d.ts.map