securityos/node_modules/next/dist/build/webpack-build/index.d.ts

4 lines
207 B
TypeScript

declare const ORDERED_COMPILER_NAMES: import("../../shared/lib/constants").CompilerNameValues[];
export declare function webpackBuild(compilerNames?: typeof ORDERED_COMPILER_NAMES): Promise<any>;
export {};