UNPKG

next

Version:

The React Framework

6 lines (5 loc) 427 B
import { NextConfigComplete } from './config-shared'; export { DomainLocale, NextConfig, normalizeConfig } from './config-shared'; export default function loadConfig(phase: string, dir: string, customConfig?: object | null): Promise<NextConfigComplete>; export declare function isTargetLikeServerless(target: string): boolean; export declare function setHttpAgentOptions(options: NextConfigComplete['httpAgentOptions']): void;