UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

4 lines (3 loc) 243 B
import type { ErrorLocation } from "./types.js"; /** Format an error message with source context, caret display, and position info. */ export declare function formatError(message: string, location: ErrorLocation, suggestion?: string): string;