CodeBrowser / npm / map-obj
map-obj@6.0.0
// Map object keys and values into a new object
$ npm install map-obj
downloads/wk
34,649,124
license
MIT
version
6.0.0
published
Sep 21, 2025
What is map-obj?
map-obj is an npm package that lets you transform object keys and values into a new object by applying a function to each key-value pair. Developers use it to rename keys, modify values, or recursively transform nested objects without manually iterating through the structure. It's useful for data normalization, API response transformation, and other cases where you need to restructure object data programmatically.
Keywords
#map #object #key #keys #value #values #iterate #iterator #rename #modify #deep #recurse #recursive
Maintainers
sindresorhus