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

4 lines
189 B
Plaintext

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;