summary refs log tree commit diff
path: root/dist/util/String.d.ts
diff options
context:
space:
mode:
authorafeuerstein <32029275+afeuerstein@users.noreply.github.com>2021-04-06 21:32:44 +0200
committerafeuerstein <32029275+afeuerstein@users.noreply.github.com>2021-04-06 21:32:44 +0200
commit0e8356e9b1acd95be5b94f0e55bba9d749a36d12 (patch)
tree628a02e478cf8df2b4c12eab14bfb7f1dac03be2 /dist/util/String.d.ts
parent:bug: fix Message Model (diff)
downloadserver-0e8356e9b1acd95be5b94f0e55bba9d749a36d12.tar.xz
remove compiled typescript code from repo
Diffstat (limited to 'dist/util/String.d.ts')
-rw-r--r--dist/util/String.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/util/String.d.ts b/dist/util/String.d.ts
deleted file mode 100644

index 0ec4281e..00000000 --- a/dist/util/String.d.ts +++ /dev/null
@@ -1,3 +0,0 @@ -export declare const DOUBLE_WHITE_SPACE: RegExp; -export declare const SPECIAL_CHAR: RegExp; -export declare function trimSpecial(str: string): string;