GitHub repo

samchon/typia

Go Tracked since 2022-04-18 Updated 2026-07-16 View source ↗

#283 of 783 by Stars among GitHub repos

5.9k Stars

Super-fast/easy runtime validators and serializers via transformation

About

typia is a transformer library supporting below features:

> - Only one line required, with pure TypeScript type - Runtime validator is 20,000x faster than class-validator - JSON serialization is 200x faster than class-transformer - LLM function calling harness turns 6.75% → 100% accuracy

You must use ttsc and ttsx. The stock tsc, ts-node, and tsx cannot apply the typia transform, so they will not work.

For bundler integration (Vite, Next.js, Webpack, Rollup, esbuild, ...), use @ttsc/unplugin.

If you call typia function, it would be compiled like below.

This is the key concept of typia, transforming TypeScript type to a runtime function. The typia.is() function is transformed to a…

Excerpted from github.com/samchon/typia

Latest metrics

Stars 5.9k 2026-07-16
Forks 223 2026-07-16
Commits 2.6k 2026-07-16
Releases 265 2026-07-16
Watchers 16 2026-07-16
Open issues 35 2026-07-16
Open PRs 5 2026-07-16