(units)
| 1942 | } |
| 1943 | |
| 1944 | function normalizeUnits(units) { |
| 1945 | return typeof units === 'string' ? aliases[units] || aliases[units.toLowerCase()] : undefined; |
| 1946 | } |
| 1947 | |
| 1948 | function normalizeObjectUnits(inputObject) { |
| 1949 | var normalizedInput = {}, |
no outgoing calls
no test coverage detected