| 48 | declare const chrome: any; |
| 49 | |
| 50 | interface Window { |
| 51 | /** Safari legacy prefix for AudioContext */ |
| 52 | webkitAudioContext?: typeof AudioContext; |
| 53 | } |
| 54 | |
| 55 | // Allow style imports in TS files, including Vite's inline CSS string mode. |
| 56 | declare module "*.scss"; |
nothing calls this directly
no outgoing calls
no test coverage detected