Interface GlobalEnv

interface GlobalEnv {
    global?: typeof globalThis;
    globalThis?: typeof globalThis;
    self?: typeof globalThis;
    window?: typeof globalThis;
}

Properties

global?: typeof globalThis
globalThis?: typeof globalThis
self?: typeof globalThis
window?: typeof globalThis