escapeEscape
export declare function escapeEscape(text: string): string;
export declare function escapeEscape(text: string): string;
Escapes escape characters in a string.
Name | Type | Optional | Description |
---|---|---|---|
text | string | No | Content to escape |
export declare function escapeEscape(text: string): string;
export declare function escapeEscape(text: string): string;
Name | Type | Optional | Description |
---|---|---|---|
text | string | No | Content to escape |