2 lines
151 B
TypeScript
Executable file
2 lines
151 B
TypeScript
Executable file
import type { NextConfigComplete } from '../server/config-shared';
|
|
export declare function hasCustomExportOutput(config: NextConfigComplete): boolean;
|