(type)
| 126937 | scale(Band, band, Discrete); |
| 126938 | scale(Point, point, Discrete); |
| 126939 | function isValidScaleType(type) { |
| 126940 | return (0, _vegaUtil.hasOwnProperty)(scales, type); |
| 126941 | } |
| 126942 | function hasType(key, type) { |
| 126943 | const s = scales[key]; |
| 126944 | return s && s.metadata[type]; |