Recursive lodash.mapKeys
npm install @kikobeats/map-keys-deep!Last version


> Recursive lodash.mapKeys
``bash`
$ npm install lodash @kikobeats/map-keys-deep --save
`js
const mapKeysDeep = require('@kikobeats/map-keys-deep')
mapKeysDeep({ Hello: { World: true } }, (value, key) => key.toLowerCase())
// => { hello: { world: true } }
``
map-keys-deep © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.
> kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats