@antv/s2
Version:
effective spreadsheet render core lib
13 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TotalMeasure = void 0;
class TotalMeasure {
constructor(label) {
this.label = label;
}
static isTotalMeasureInstance(value) {
return value instanceof TotalMeasure;
}
}
exports.TotalMeasure = TotalMeasure;
//# sourceMappingURL=total-measure.js.map