Polyfill for globalThis
!
license: MIT

Introduction
Adds support for
globalThis for old browsers and old NodeJS.
Requirements
No requirements. This should work on any version of JavaScript.
Installation
$3


``
console
$ npm install globalthis-polyfill
`
`
js
import 'globalthis-polyfill' // for ES2015 | ESNext
// or
require ('globalthis-polyfill') // for Node12 | CommonJS
`
$3


`
html
``