1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-23 03:01:34 +02:00
server/dist/util/String.d.ts

4 lines
150 B
TypeScript
Raw Normal View History

2021-02-05 22:01:01 +01:00
export declare const DOUBLE_WHITE_SPACE: RegExp;
export declare const SPECIAL_CHAR: RegExp;
export declare function trimSpecial(str: string): string;