# @types/window-or-global

> TypeScript definitions for window-or-global

Latest version **1.0.6** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/window-or-global
pnpm add @types/window-or-global
yarn add @types/window-or-global
bun add @types/window-or-global
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-11-07 |
| First published | 2016-12-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51437 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/window-or-global
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/window-or-global
- npm.io page: https://npm.io/package/@types/window-or-global

## Dependencies (1)

- [@types/node](https://npm.io/package/@types/node.md) *

## Recent versions

- 1.0.6 (latest) — 2023-11-07
- 1.0.4 (ts3.4) — 2021-01-12
- 1.0.3 (ts3.1) — 2020-09-01
- 1.0.2 (ts3.0) — 2020-05-21
- 1.0.1 (ts2.8) — 2020-03-23
- 1.0.0 (ts2.0) — 2016-12-08
- 1.0.5 — 2023-10-18

## README

# 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).

---
_Source: https://npm.io/package/@types/window-or-global · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
