htmlescape.d.ts 67 Bytes
export declare function htmlEscapeJsonString(str: string): string;