MCPcopy
hub / github.com/buildbot/buildbot / Window

Interface Window

www/base/src/globals.ts:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14declare global {
15 interface Window {
16 axios: any;
17 mobx: any;
18 mobxReact: any;
19 React: any;
20 ReactRouterDOM: any;
21 jQuery: any;
22 $: any;
23 BuildbotPluginSupport: any;
24 }
25}
26
27window.axios = axios;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected