@ez4/transform
v0.47.0
Published
EZ4: Transform data according to a given schema
Downloads
627
Readme
EZ4: Transform
The Transform package provides a lightweight, reflection‑driven system for transforming data based on a given schema. It allows you to reshape, sanitize, and normalize values at runtime while preserving full type‑safety.
Transforms are generated from schemas, enabling consistent data shaping across handlers, services, and contracts without manual mapping or boilerplate.
Getting started
Install
npm install @ez4/transform -DComplementary packages
The Transform package works together with:
License
MIT License
