UNPKG

unleash-server

Version:

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

4 lines (3 loc) 190 B
import { IUnleashConfig } from '../option'; export declare const frontendSettingsKey = "unleash.frontend"; export declare type FrontendSettings = Pick<IUnleashConfig, 'frontendApiOrigins'>;