A bot used for https://code-your-snake.codingmaster398.repl.co/
5 lines
143 B
5 lines
143 B
3 years ago
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.globalThisShim = void 0;
|
||
|
exports.globalThisShim = global;
|