UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

9 lines 225 B
export class TotalMeasure { constructor(label) { this.label = label; } static isTotalMeasureInstance(value) { return value instanceof TotalMeasure; } } //# sourceMappingURL=total-measure.js.map