We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3584c2 commit 603e12cCopy full SHA for 603e12c
docs/content/docs/index.mdx
@@ -52,7 +52,7 @@ Decoding error:
52
Decoders is one of the OG runtime validation libraries for TypeScript, in production
53
since 2017. Here's what makes it different:
54
55
-- **Tiny footprint** — ~4 KB gzipped, zero external dependencies, fully tree-shakeable.
+- **Tiny footprint** — Zero external dependencies, fully tree-shakeable, only ~4 KB gzipped (if you'd use everything)
56
You only pay for what you use.
57
- **Runs everywhere** — Node.js, browsers, Cloudflare Workers, Bun, etc.
58
- **Reads like a type definition** — No `z.string()` or `z.object()`. You write
0 commit comments