(cssColorSpecifier)
| 2042 | // Licensed under the MIT license. |
| 2043 | var _d3Color = require("d3-color"); |
| 2044 | function isColor(cssColorSpecifier) { |
| 2045 | return !!(0, _d3Color.color)(cssColorSpecifier); |
| 2046 | } |
| 2047 | function isQuantitative(column) { |
| 2048 | return column.type === "number" || column.type === "integer"; |
| 2049 | } |
no outgoing calls
no test coverage detected