aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/General/ExtensionsTypings.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-03 10:55:33 -0400
committerbobzel <zzzman@gmail.com>2024-05-03 10:55:33 -0400
commitf927a585c75a20629379bcb34d1483c0ca9d8db9 (patch)
treef070e9e64ecaf251e6708b8ce4d722f121a6d039 /src/extensions/General/ExtensionsTypings.ts
parent723c8b33ade753764d1d02b130c189fb65e20425 (diff)
parent9b424c94d7a89950e9cf3f72e684bd15a61e87ae (diff)
merged with new version of 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