| 1 | // tslint:disable-next-line:interface-name |
| 2 | declare interface Window { |
| 3 | PHANTOMJS: boolean; |
| 4 | Pixel_CloseTo_Requirement: number; |
| 5 | } |
| 6 | |
| 7 | declare var window: Window & typeof globalThis; |
nothing calls this directly
no outgoing calls
no test coverage detected