MCPcopy Index your code
hub / github.com/csev/py4e / normalizeUnits

Function normalizeUnits

code/gmane/Chart.bundle.js:1944–1946  ·  view source on GitHub ↗
(units)

Source from the content-addressed store, hash-verified

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 = {},

Callers 10

normalizeObjectUnitsFunction · 0.85
getSetFunction · 0.85
isAfterFunction · 0.85
isBeforeFunction · 0.85
isSameFunction · 0.85
diffFunction · 0.85
startOfFunction · 0.85
endOfFunction · 0.85
asFunction · 0.85
duration_get__getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected