@taktikorg/unde-animi-omnis

1.5.44 • Public • Published

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"
  },
})

Readme

Keywords

Package Sidebar

Install

npm i @taktikorg/unde-animi-omnis

Weekly Downloads

9,526

Version

1.5.44

License

MIT

Unpacked Size

82.8 kB

Total Files

193

Last publish

Collaborators

  • lechuongb878