Skip to main content

globalThis

Less than 1 minutefeaturees-standard

globalThis

Module

es.global-thisopen in new window

Type

let globalThis: Object;

Entry points

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

Example

Exampleopen in new window:

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