UNPKG

unleash-server

Version:

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

3 lines (2 loc) 151 B
import { IUnleashConfig } from '../server-impl'; export declare function loadIndexHTML(config: IUnleashConfig, publicFolder: string): Promise<string>;