DigitalConsumer.FixMyGlass/node_modules/vue-loader-v16/dist/formatError.d.ts
2021-09-20 17:57:19 -04:00

2 lines
158 B
TypeScript

import { CompilerError } from '@vue/compiler-sfc';
export declare function formatError(err: SyntaxError | CompilerError, source: string, file: string): void;