1.0.6 • Published 8 months ago

deep-object-mapper v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.0

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago