UNPKG

nodejs-polars

Version:

Polars: Blazingly fast DataFrames in Rust, Python, Node.js, R and SQL

5 lines (4 loc) 149 B
/** * Escapes text for safe interpolation into HTML text content and quoted attributes */ export declare function escapeHTML(str: string): string;