Preview environment
export declare function escapeEscape(text: string): string;
Escapes escape characters in a string.
Parameters
string text:
Content to escape
export declare function escapeEscape(text: string): string;
Escapes escape characters in a string.