Complete API reference for all Zod schema types, methods, and validation features| Zod
Google TypeScript Style Guide| google.github.io
What can Zig learn from TypeScript, and what can TypeScript learn from Zig?| effectivetypescript.com
Learn how TypeScript extends JavaScript| www.typescriptlang.org
( During code review, looking at TypeScript code. ) Colleague: … type casting … Me: hold a sec, I don’t remember about anything called type casting in TypeScript Colleague: you kn…| Ilya's blog
TypeScript-first schema declaration and validation library with static type inference. Latest version: 3.24.1, last published: a month ago. Start using zod in your project by running `npm i zod`. There are 19437 other projects in the npm registry using zod.| npm
Generating mapping types which change properties via template literal strings.| www.typescriptlang.org
How one little type wreaks havoc on certain overloaded functions.| tigeroakes.com
How to Enforce Exhaustive TypeScript Enum Mappings Using Records| www.dannyguo.com
Any is not among my favourite TypeScript types, but it is the one you will inevitably encounter. Let's see what makes it so dangerous.| tkdodo.eu
In this article, we show how to use TypeScript to implement Haskell concepts like algebraic data types, higher-kinded types, tagless final, and more.| Functional Programming in TypeScript