1.0.5 • Published 6 years ago

@kikobeats/map-keys-deep v1.0.5

Weekly downloads
89
License
MIT
Repository
github
Last release
6 years ago

@kikobeats/map-keys-deep

Last version Build Status NPM Status

Recursive lodash.mapKeys

Install

$ npm install lodash @kikobeats/map-keys-deep --save

Usage

const mapKeysDeep = require('@kikobeats/map-keys-deep')

mapKeysDeep({ Hello: { World: true } }, (value, key) => key.toLowerCase())
// => { hello: { world: true } }

License

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

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago