UNPKG

unleash-server

Version:

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

5 lines 181 B
export declare const simpleAuthSettingsKey = "unleash.auth.simple"; export interface SimpleAuthSettings { disabled: boolean; } //# sourceMappingURL=simple-auth-settings.d.ts.map