mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 07:08:24 -04:00
7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
'use strict';
|
|
// https://github.com/tc39/proposal-global
|
|
require('../modules/esnext.global-this');
|
|
var globalThis = require('../internals/global-this');
|
|
|
|
module.exports = globalThis;
|