ashik@dev

Engineering notes about zod

Articles, implementation notes, and lessons from projects involving zod.

cat ~/writing/zod

1 posts
Narrowing Unknown Without Lying to the CompilerA small TypeScript and Zod helper that checks a nested property at runtime and narrows the type from the same dotted path, plus where it breaks and how I use it on third-party responses.typescriptzodtype-safety14 min ->