es.global-this.js 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var $ = require('../internals/export'); var global = require('../internals/global'); // `globalThis` object // https://github.com/tc39/proposal-global $({ global: true }, { globalThis: global });