Convert IndexedDB code to TypeScript

This commit is contained in:
Evan Hahn
2022-06-01 16:51:30 +00:00
committed by GitHub
parent 638e3e3a58
commit 9c8fd2a714
4 changed files with 6 additions and 22 deletions

4
ts/window.d.ts vendored
View File

@@ -398,10 +398,6 @@ declare global {
WhatsNewLink: typeof WhatsNewLink;
};
OS: typeof OS;
IndexedDB: {
removeDatabase: WhatIsThis;
doesDatabaseExist: WhatIsThis;
};
Views: WhatIsThis;
State: {
createStore: typeof createStore;