ECMAScript: globalThis

Modules

es.global-this.

let globalThis: GlobalThisValue;

CommonJS entry points

core-js(-pure)/es|stable|actual|full/global-this

Examples

globalThis.Array === Array; // => true