🌍 Returns the global object regardless of the environment.
The main function is default exported from the main entry-point through an ES6 module:
import { getGlobal } from "@nevoland/get-global";
const { setTimeout } = getGlobal();Install with the Node Package Manager:
npm install @nevoland/get-globalDocumentation is generated here.