changeCaseObject.param = changeCaseObject.paramCase = function paramCaseObject(obj) {
  if (typeof obj === 'string') {
    return paramCase(obj);
  }