MCPcopy
hub / github.com/securingsincity/react-ace / Global

Interface Global

src/editorOptions.ts:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 namespace NodeJS {
54 // tslint:disable-next-line
55 interface Global {
56 window: any;
57 }
58 }
59}
60const getAceInstance = (): typeof AceBuilds => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…