ended6월 25일· 1 sources

Type-Safe Env Vars Without Zod

Why it matters

Most TypeScript projects treat environment variables like second-class citizens. They're string | undefined everywhere, asserted with ! and parsed with parseInt() . TypeScript can't help because proce...

1
Sources
+0
24h
Growth
87d
Active

Sources

Related Issues