function canonical()

in functions/param-names-unique.js [6:8]


function canonical(name) {
  return typeof (name) === 'string' ? name.toLowerCase() : name;
}