UNPKG

next

Version:

The React Framework

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