(units)
| 4566 | var asYears = makeAs('y'); |
| 4567 | |
| 4568 | function duration_get__get (units) { |
| 4569 | units = normalizeUnits(units); |
| 4570 | return this[units + 's'](); |
| 4571 | } |
| 4572 | |
| 4573 | function makeGetter(name) { |
| 4574 | return function () { |
nothing calls this directly
no test coverage detected