Skip to content
generated from nevoland/foundation

🌍 Returns the global object regardless of the environment.

Notifications You must be signed in to change notification settings

nevoland/get-global

Repository files navigation

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 "@nevoland/get-global";

const { setTimeout } = getGlobal();

Installation

Install with the Node Package Manager:

npm install @nevoland/get-global

Documentation

Documentation is generated here.

About

🌍 Returns the global object regardless of the environment.

Resources

Stars

Watchers

Forks

Packages

No packages published