forked from daren.hsu/line_push
15 lines
489 B
JavaScript
15 lines
489 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.SelectingTimes = void 0;
|
|
var SelectingTimes;
|
|
exports.SelectingTimes = SelectingTimes;
|
|
|
|
(function (SelectingTimes) {
|
|
SelectingTimes[SelectingTimes["Hour"] = 1] = "Hour";
|
|
SelectingTimes[SelectingTimes["Minute"] = 2] = "Minute";
|
|
SelectingTimes[SelectingTimes["Second"] = 3] = "Second";
|
|
})(SelectingTimes || (exports.SelectingTimes = SelectingTimes = {}));
|
|
//# sourceMappingURL=SelectingTimes.js.map
|