3 lines
161 B
TypeScript
3 lines
161 B
TypeScript
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
|
export default function nextErrorBrowserBinaryLoader(this: webpack.LoaderContext<any>): void;
|