MCPcopy
hub / github.com/palantir/plottable / Window

Interface Window

test/window.d.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// tslint:disable-next-line:interface-name
2declare interface Window {
3 PHANTOMJS: boolean;
4 Pixel_CloseTo_Requirement: number;
5}
6
7declare var window: Window & typeof globalThis;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected