npm.io
1.0.6 • Published 2 years ago

@types/window-or-global

Licence
MIT
Version
1.0.6
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

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

/// <reference types="node" />

declare const _: typeof globalThis & (typeof self | typeof global);
export = _;

Additional Details

  • Last updated: Tue, 07 Nov 2023 1536 GMT
  • Dependencies: @types/node

Credits

These definitions were written by vvakame, Jason Kwok, and ExE Boss.