mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02:00
4 lines
206 B
TypeScript
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>;
|