@haelp/teto
Version:
A typescript-based controllable TETR.IO client.
15 lines (14 loc) • 437 B
JavaScript
/** defaults/constants */ "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "CONSTANTS", {
enumerable: true,
get: function() {
return CONSTANTS;
}
});
const CONSTANTS = {
userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0"
};
//# sourceMappingURL=constants.js.map