htmlescape.d.ts 110 B

12
  1. export declare const ESCAPE_REGEX: RegExp;
  2. export declare function htmlEscapeJsonString(str: string): string;