This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@davidbonnet/get-global
TypeScript icon, indicating that this package has built-in type declarations

2.0.1Β β€’Β PublicΒ β€’Β Published

Get global

🌍 Returns the global object regardless of the environment.

Usage

The main function is default exported from the main entry-point through an ES6 module:

import { getGlobal } from "@davidbonnet/get-global";

const { setTimeout } = getGlobal();

Installation

Install with the Node Package Manager:

npm install @davidbonnet/get-global

Documentation

Documentation is generated here.

Package Sidebar

Install

npm i @davidbonnet/get-global

Weekly Downloads

41

Version

2.0.1

License

MIT

Unpacked Size

4.9 kB

Total Files

15

Last publish

Collaborators

  • davidbonnet