UNPKG

preferans-paper-js

Version:
10 lines 462 B
'use strict'; 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