UNPKG

unleash-server

Version:

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

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