| 48 | |
| 49 | declare global { |
| 50 | interface Window { |
| 51 | __DECKY_SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED_deckyLoaderAPIInit?: { |
| 52 | connect: (version: number, key: string) => any; // Returns the backend API used above, no real point adding types to this. |
| 53 | }; |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | /** Map of event names to event listeners */ |
nothing calls this directly
no outgoing calls
no test coverage detected