Deno.hostname

Get the hostname of the machine the Deno process is running on.

console.log(Deno.hostname());

Requires allow-sys permission.

function hostname(): string;
§
hostname(): string
[src]

§Return Type

§
string
[src]