UNPKG

340 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.StartValueType = void 0;
4var StartValueType;
5(function (StartValueType) {
6 StartValueType["max"] = "max";
7 StartValueType["min"] = "min";
8 StartValueType["random"] = "random";
9})(StartValueType || (exports.StartValueType = StartValueType = {}));