Type Strict Environment Variables
I love Typescript.
And Environment variables are one of the essential parts of storing run-time configuration securely.
But one of the most significant issues with using environment variables within a Typescript application is the lack of types.
Let's say you are trying to use the PORT environment variable, but you