supercat666's picture
add igv
78c921d
raw
history blame
No virus
412 Bytes
"use strict";
// automatically generated by the FlatBuffers compiler, do not modify
Object.defineProperty(exports, "__esModule", { value: true });
exports.DateUnit = void 0;
var DateUnit;
(function (DateUnit) {
DateUnit[DateUnit["DAY"] = 0] = "DAY";
DateUnit[DateUnit["MILLISECOND"] = 1] = "MILLISECOND";
})(DateUnit = exports.DateUnit || (exports.DateUnit = {}));
//# sourceMappingURL=date-unit.js.map