(unit, date, step)
| 92322 | } |
| 92323 | |
| 92324 | function utcOffset(unit, date, step) { |
| 92325 | return offset(utcInterval(unit), date, step); |
| 92326 | } |
| 92327 | |
| 92328 | function sequence(ival, start, stop, step) { |
| 92329 | return ival ? ival.range(start, stop, step) : undefined; |
nothing calls this directly
no test coverage detected