MCPcopy
hub / github.com/Uniswap/interface / Window

Interface Window

src/polyfills.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11declare global {
12 interface Window {
13 Buffer: typeof Buffer
14 }
15}
16
17if (!window.Buffer) {

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…