"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { LEFT: 37, UP: 38, RIGHT: 39, DOWN: 40, ENTER: 13, SPACE: 32 }; //# sourceMappingURL=keys.js.map