3 lines
154 B
Plaintext
3 lines
154 B
Plaintext
import { SimpleWebpackError } from './simpleWebpackError';
|
|
export declare function getNextFontError(err: Error, module: any): SimpleWebpackError | false;
|