File size: 143 Bytes
bc20498 |
1 2 3 4 5 |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.globalThisShim = void 0;
exports.globalThisShim = global;
|
bc20498 |
1 2 3 4 5 |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.globalThisShim = void 0;
exports.globalThisShim = global;
|