()
| 17452 | } |
| 17453 | |
| 17454 | function createInvalid$1() { |
| 17455 | return createDuration(NaN); |
| 17456 | } |
| 17457 | |
| 17458 | function Duration (duration) { |
| 17459 | var normalizedInput = normalizeObjectUnits(duration), |
nothing calls this directly
no test coverage detected