preferans-paper-js
Version:
nodejs paper for preferans
10 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PrefPaperPosition;
(function (PrefPaperPosition) {
PrefPaperPosition[PrefPaperPosition["LEFT"] = 0] = "LEFT";
PrefPaperPosition[PrefPaperPosition["MIDDLE"] = 1] = "MIDDLE";
PrefPaperPosition[PrefPaperPosition["RIGHT"] = 2] = "RIGHT";
})(PrefPaperPosition || (PrefPaperPosition = {}));
exports.default = PrefPaperPosition;
//# sourceMappingURL=pref.paper.position.js.map