Utility function that helps "mapping" values of a source structure to a new object with a corresponding structure but with new values. It's like `Array.prototype.map(input => output)`, but for nested data structures.
npm install @orioro/nested-map
No README available