mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 21:12:50 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
/**
|
|
* 特殊字符映射表
|
|
*/
|
|
export declare const SAFE_CHAR_MAP: Record<string, string>;
|