1 2 3 4 5 6 7 8
Deno.env.get("FOO"); Deno.env.get("BAR"); Deno.loadavg(); Deno.hostname(); Deno.cwd(); Deno.lstatSync(new URL("../", import.meta.url));