UNPKG

omniscript-cli

Version:

OmniScript Format (OSF) CLI tools - Command-line interface for parsing, validating, and converting OSF documents

7 lines 263 B
/** * Escape HTML special characters to prevent XSS injection * @param str - The string to escape * @returns HTML-safe string with special characters escaped */ export declare function escapeHtml(str: string): string; //# sourceMappingURL=html-escape.d.ts.map