UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
modules
/
es.global-this.js
9 lines
(7 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
$ =
require
(
'../internals/export'
);
var
global
=
require
(
'../internals/global'
);
// `globalThis` object
// https://github.com/tc39/proposal-global
$({
global
:
true
}, {
globalThis
:
global
});