UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines (7 loc) 208 B
/** * Escapes HTML special characters in a string. * * @param str - The string to escape * @returns The escaped string */ export declare function escapeHTML(str: string | undefined): string | undefined;