UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 189 B
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;