astro-ghostcms/.pnpm-store/v3/files/c6/d4da778f12259f714848b776463...

4 lines
189 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ErrorLocation } from './errors.js';
/** Generate a code frame from string and an error location */
export declare function codeFrame(src: string, loc: ErrorLocation): string;