What type is the value of an environment variable read from process.env, even when it looks like a number?process.env.PORT = '3000'; const port = process.env.PORT; console.log(typeof port);