UNPKG

unleash-server

Version:

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

3 lines 201 B
import type { IUnleashConfig } from '../server-impl'; export declare function loadIndexHTML(config: IUnleashConfig, publicFolder: string): Promise<string>; //# sourceMappingURL=load-index-html.d.ts.map