UNPKG

object-casing

Version:

Walks throught an object using a callback function to convert the object key, returning a new object with new keys.

12 lines (9 loc) 143 B
language: node_js node_js: - "8.15.0" script: - npm run lint - npm run coverage - npm run build after_success: - npm run coveralls