diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-17 14:55:36 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-17 14:55:36 -0400 |
| commit | 0b451af28e5aef6b749da61e8a9fcd0a840789ac (patch) | |
| tree | bdee4e28ee4715b69299a8da1b615c70b6adc445 /src/extensions/General/ExtensionsTypings.ts | |
| parent | 8c1b420a143e4b72ec551277887c211ca6ca003b (diff) | |
| parent | 38a382a03675d6a50ec7de75f05025efd093f570 (diff) | |
merged with new master
Diffstat (limited to 'src/extensions/General/ExtensionsTypings.ts')
| -rw-r--r-- | src/extensions/General/ExtensionsTypings.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extensions/General/ExtensionsTypings.ts b/src/extensions/General/ExtensionsTypings.ts deleted file mode 100644 index 370157ed0..000000000 --- a/src/extensions/General/ExtensionsTypings.ts +++ /dev/null @@ -1,8 +0,0 @@ -interface Array<T> { - lastElement(): T; -} - -interface String { - removeTrailingNewlines(): string; - hasNewline(): boolean; -}
\ No newline at end of file |
