1.0.5 • Published 7 years ago

@kikobeats/map-keys-deep v1.0.5

Weekly downloads
89
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago