deep-object-mapper
v1.0.6
Published
Generic Typed Deep Object Mapper
Downloads
3
Maintainers
Readme
Deep Object Mapper
Map different bits from one object to another
Example usage:
const {
output,
} = deepMap<ElectricUpgradeKit, CombustionCar>({
input,
map: {
"kit.engine": "engine",
"kit.battery": "battery",
"gizmo": "dashboard.gloveBox"
},
})