(units, step)
| 111340 | [WEEK]: (w, y)=>weekday(w, 0, utcFirst(y)) |
| 111341 | }; |
| 111342 | function utcFloor(units, step) { |
| 111343 | return floor(units, step || 1, utcGet, utcInv, utcDate); |
| 111344 | } |
| 111345 | const timeIntervals = { |
| 111346 | [YEAR]: (0, _d3Time.timeYear), |
| 111347 | [QUARTER]: (0, _d3Time.timeMonth).every(3), |