mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
export declare const DOUBLE_WHITE_SPACE: RegExp;
|
|
export declare const SPECIAL_CHAR: RegExp;
|
|
export declare function trimSpecial(str: string): string;
|