2.0.1 • Published 2 years ago

@davidbonnet/get-global v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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 "@davidbonnet/get-global";

const { setTimeout } = getGlobal();

Installation

Install with the Node Package Manager:

npm install @davidbonnet/get-global

Documentation

Documentation is generated here.

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago