MCPcopy Index your code
hub / github.com/Exafunction/codeium-chrome / Window

Interface Window

src/script.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41declare global {
42 interface Window {
43 _monaco?: Monaco;
44 _MonacoEnvironment?: monaco.Environment;
45 }
46}
47
48// Intercept creation of monaco so we don't have to worry about timing the injection.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected