UNPKG

next

Version:

The React Framework

5 lines (4 loc) 170 B
import { NextConfig } from '../../types'; export declare function setHttpClientAndAgentOptions(config: { httpAgentOptions?: NextConfig['httpAgentOptions']; }): void;