diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-16 23:42:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-16 23:42:12 -0400 |
| commit | 99931c4ca423d51555c24533a98e921c83c941e1 (patch) | |
| tree | 07baab3cb627eae837c18fb2a6981a746765ec61 /src/extensions/General/ExtensionsTypings.ts | |
| parent | a197d8d37e62235bfa59bc8e3bb74c39381c30a4 (diff) | |
| parent | 69e286b504c2f1bbef7d489dc675b9e54ef8d983 (diff) | |
Merge branch 'restoringEslint' into eleanor-starter
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 |
