bpms_site/.svn/pristine/a8/a859346b25efaad5dc9dfc865e9fff1fc6e88a7c.svn-base
2025-11-02 16:38:49 +03:30

3 lines
110 B
Plaintext

export declare const ESCAPE_REGEX: RegExp;
export declare function htmlEscapeJsonString(str: string): string;