UNPKG

next

Version:

The React Framework

4 lines (3 loc) 182 B
export declare const ESCAPE_REGEX: RegExp; export declare function htmlEscapeJsonString(str: string): string; export declare function htmlEscapeAttributeString(str: string): string;