(unit)
| 111372 | return timeIntervals[unit]; |
| 111373 | } |
| 111374 | function utcInterval(unit) { |
| 111375 | return utcIntervals[unit]; |
| 111376 | } |
| 111377 | function offset(ival, date, step) { |
| 111378 | return ival ? ival.offset(date, step) : undefined; |
| 111379 | } |
no outgoing calls
no test coverage detected