DenoDeno.hostnamefunction Deno.hostnameallow-sys#hostname(): stringGet the hostname of the machine the Deno process is running on. console.log(Deno.hostname()); Requires allow-sys permission. Return Type #string
function Deno.hostnameallow-sys#hostname(): stringGet the hostname of the machine the Deno process is running on. console.log(Deno.hostname()); Requires allow-sys permission. Return Type #string