UNPKG

unleash-server

Version:

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

5 lines 455 B
import { IAuthType, type IUnleashConfig, type IUnleashOptions } from './types/option.js'; export declare function authTypeFromString(s?: string, defaultType?: IAuthType): IAuthType; export declare function resolveIsOss(isEnterprise: boolean, isOssOption?: boolean, uiEnvironment?: string, testEnvironmentActive?: boolean): boolean; export declare function createConfig(options: IUnleashOptions): IUnleashConfig; //# sourceMappingURL=create-config.d.ts.map