"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBandScale = isBandScale; function isBandScale(scale) { return scale.bandwidth !== undefined; }