Takes an object or array of objects from a request parameter and normalize, recursively all keys. Uses change-case under the hood.
npm install --save express-normalize-keys
app.use(normalizeKeys.normalize(options))
npm i
npm run test
npm run lint
npm run prepublish