2.0.2 ā€¢ Published 9 months ago

@nevoland/get-global v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.