.env type issue in Typescript , Nodejs server
I am trying to use my environment variables in my nodejs server written in typescript. I am requiring type string but .env variables are of type string|undefined. Is there any way to fix type of .env variables.