(unit, date, step)
| 111378 | return ival ? ival.offset(date, step) : undefined; |
| 111379 | } |
| 111380 | function timeOffset(unit, date, step) { |
| 111381 | return offset(timeInterval(unit), date, step); |
| 111382 | } |
| 111383 | function utcOffset(unit, date, step) { |
| 111384 | return offset(utcInterval(unit), date, step); |
| 111385 | } |
nothing calls this directly
no test coverage detected