UNPKG

instantcode

Version:

AI-powered web inspection tool - Pick elements and get instant AI assistance

8 lines (7 loc) 196 B
/** * HTML utilities for safe text handling and string hashing */ export declare class HtmlUtils { static escapeHtml(text: string): string; static hashString(content: string): string; }