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