MCPcopy
hub / github.com/tone-row/flowchart-fun / Window

Interface Window

app/src/index.tsx:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// Fixes Webpack 5 Buffer polyfill issue
15declare global {
16 interface Window {
17 Buffer: typeof Buffer;
18 }
19}
20window.Buffer = Buffer;
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected