Package Exports
- @typia/core
- @typia/core/package.json
Readme
@typia/core

Core compile-time code generation logic for typia.
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 Modules
| Module | Description |
|---|---|
programmers/ |
Code generators for assert, is, validate, random, and more |
factories/ |
AST node factory functions for TypeScript code generation |
schemas/ |
Metadata and Protocol Buffer schema analyzers |
context/ |
Transformer context management (ITypiaContext, ITransformOptions) |