# Installation
> `npm install --save @types/window-or-global`

# Summary
This package contains type definitions for window-or-global (https://github.com/purposeindustries/window-or-global).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global/index.d.ts)
````ts
/// <reference types="node" />

declare const _: typeof globalThis & (typeof self | typeof global);
export = _;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)

# Credits
These definitions were written by [vvakame](https://github.com/vvakame), [Jason Kwok](https://github.com/JasonHK), and [ExE Boss](https://github.com/ExE-Boss).
