MCPcopy
hub / github.com/growthbook/growthbook / Window

Interface Window

packages/sdk-js/test/plugins/auto-attributes.test.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare global {
5 interface Window {
6 dataLayer?: unknown[];
7 }
8}
9
10Object.defineProperty(window, "location", {

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…