(input, instance, unit)
| 29 | let $u |
| 30 | |
| 31 | const wrapper = (input, instance, unit) => |
| 32 | new Duration(input, unit, instance.$l) // eslint-disable-line no-use-before-define |
| 33 | |
| 34 | const prettyUnit = unit => `${$u.p(unit)}s` |
| 35 | const isNegative = number => number < 0 |
no outgoing calls
no test coverage detected