Files
2023-11-24 22:35:41 +01:00

4 lines
206 B
TypeScript

export declare function getSingleCharEscapes(): Map<string, string>;
export declare const SINGLE_CHAR_ESCAPES: ReadonlyMap<string, string>;
export declare const CHAR_TO_ESCAPE: ReadonlyMap<string, string>;