aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/General/ExtensionsTypings.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-19 02:08:43 -0400
committerbobzel <zzzman@gmail.com>2024-05-19 02:08:43 -0400
commit6841dc0fd2aecf31eda2102e660c58905d1e6f44 (patch)
tree821b79178aa07001274759c716badb2a8a170056 /src/extensions/General/ExtensionsTypings.ts
parent2fc1fb7d322ab0950afb0d334c17aa93bd16f6c0 (diff)
parent13dc6de0e0099f699ad0d2bb54401e6a0aa25018 (diff)
merged with soon-to-be-master
Diffstat (limited to 'src/extensions/General/ExtensionsTypings.ts')
-rw-r--r--src/extensions/General/ExtensionsTypings.ts8
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