function requireEnv requireEnv(key: string): string Get a required environment variable, throwing if not set. Use this instead of getEnv(key) as string when the variable must exist. Parameters key: string Return Type string