formatError.d.ts 162 B

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