import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { hostname } = Deno;
Get the hostname.
Requires the --allow-env
flag.
console.log(Deno.hostname());
import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { hostname } = Deno;
Get the hostname.
Requires the --allow-env
flag.
console.log(Deno.hostname());