UNPKG

configcat-js-ssr

Version:

ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.

5 lines 285 B
import type { IConfigFetcher, IFetchResponse, OptionsBase } from "configcat-common"; export declare class HttpConfigFetcher implements IConfigFetcher { fetchLogic(options: OptionsBase, lastEtag: string | null): Promise<IFetchResponse>; } //# sourceMappingURL=ConfigFetcher.d.ts.map