| 1 | // Make JQuery globally available for ESLint and TypeScript |
| 2 | // (Removed problematic JQuery interface declaration) |
| 3 | interface Window { |
| 4 | // Global debugging object added to `window.AB`. |
| 5 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 6 | AB: any; |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected