configcat-node
Version:
Official ConfigCat SDK to help you access your feature flags from a Node.js application.
8 lines • 373 B
TypeScript
import type { IFetchResponse, OptionsBase } from "configcat-common";
import { IConfigFetcher } from "configcat-common";
export declare class HttpConfigFetcher implements IConfigFetcher {
private handleResponse;
fetchLogic(options: OptionsBase, lastEtag: string): Promise<IFetchResponse>;
}
export default IConfigFetcher;
//# sourceMappingURL=config-fetcher.d.ts.map