UNPKG

308 BTypeScriptView Raw
1export declare function highlightError(htmlInput: string, errorCharStart: number, errorLength: number): string;
2export declare function highlight(name: string, value: string, ignore_illegals?: boolean, continuation?: any): {
3 value: string;
4 relevance: number;
5 language?: string;
6 top?: any;
7};