@typia/transform
v12.1.1
Published
Superfast runtime validators with only one line
Maintainers
Readme
@typia/transform

TypeScript transformer plugin for typia.
Transforms typia.*<T>() function calls into optimized runtime code at compile time by analyzing TypeScript types.
This is an internal package of typia. You don't need to install it directly — it is automatically included as a dependency of typia.
Key Exports
| Export | Description |
|--------|-------------|
| transform() | TypeScript transformer factory — the main entry point for ts-patch and ttypescript |
| TypiaGenerator.build() | Programmatic build API for generating transformed output files |
| ImportTransformer | Rewrites import paths and removes unused typia imports after transformation |
