MCPcopy
hub / github.com/FreezingMoon/AncientBeast / Window

Interface Window

types/global.d.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected