mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Clean up toLowerCase unused declaration
This commit is contained in:
parent
9b4d52dbd2
commit
ecd3a218aa
1 changed files with 0 additions and 5 deletions
5
src/tridactyl.d.ts
vendored
5
src/tridactyl.d.ts
vendored
|
@ -59,11 +59,6 @@ declare function exportFunction(
|
|||
options?: { defineAs?: string; allowCrossOriginArguments?: boolean },
|
||||
): Function
|
||||
|
||||
// Fix typescript bugs
|
||||
interface StringConstructor {
|
||||
toLowerCase(): string
|
||||
}
|
||||
|
||||
// Web extension types not in web-ext-types yet
|
||||
declare namespace browser.find {
|
||||
function find(query, object): any
|
||||
|
|
Loading…
Add table
Reference in a new issue