@taktikorg/unde-animi-omnis

1.5.29 • 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

5,723

Version

1.5.29

License

MIT

Unpacked Size

54.4 kB

Total Files

113

Last publish

Collaborators

  • lechuongb878