function escapeEscape

export declare function escapeEscape(text: string): string;

Escapes escape characters in a string.

Parameters

text: string
Content to escape