| 11 | declare const acode: object; |
| 12 | |
| 13 | interface Window { |
| 14 | ASSETS_DIRECTORY: string; |
| 15 | DATA_STORAGE: string; |
| 16 | CACHE_STORAGE: string; |
| 17 | PLUGIN_DIR: string; |
| 18 | KEYBINDING_FILE: string; |
| 19 | ANDROID_SDK_INT: number; |
| 20 | DOES_SUPPORT_THEME: boolean; |
| 21 | acode: object; |
| 22 | } |
| 23 | |
| 24 | interface String { |
| 25 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected