UNPKG

unleash-server

Version:

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

4 lines (3 loc) 249 B
import { IUnleashOptions, IUnleashConfig, IAuthType } from './types/option'; export declare function authTypeFromString(s?: string, defaultType?: IAuthType): IAuthType; export declare function createConfig(options: IUnleashOptions): IUnleashConfig;