@visactor/vmind
Version:
<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu
14 lines (12 loc) • 631 B
JavaScript
;
var DataType, ROLE;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.ROLE = exports.DataType = void 0, function(DataType) {
DataType.DATE = "date", DataType.TIME = "time", DataType.STRING = "string", DataType.REGION = "region",
DataType.NUMERICAL = "numerical", DataType.RATIO = "ratio", DataType.COUNT = "count",
DataType.FLOAT = "float", DataType.INT = "int";
}(DataType = exports.DataType || (exports.DataType = {})), function(ROLE) {
ROLE.DIMENSION = "dimension", ROLE.MEASURE = "measure";
}(ROLE = exports.ROLE || (exports.ROLE = {}));
//# sourceMappingURL=base.js.map