method Env.prototype.hasimport { Env } from "https://deno.land/x/env@v3.0.5/env.js"; has(key)Determines if a given environment variable exists. ParameterskeyThe environment variable name to check.