Clean up toLowerCase unused declaration

This commit is contained in:
Jakub Okoński 2019-10-18 14:57:20 +02:00
parent 9b4d52dbd2
commit ecd3a218aa

5
src/tridactyl.d.ts vendored
View file

@ -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