import * as deno from "https://deno.land/x/deno@v0.28.0/cli/js/os.ts";
Functions
f dir | Returns the user and platform specific directories.
Requires the |
f env | Returns a snapshot of the environment variables at invocation. Mutating a
property in the object will set that variable in the environment for
the process. The environment object will only accept |
Returns the path to the current deno executable.
Requires the | |
f exit | Exit the Deno process with optional exit code. |
Get the hostname.
Requires the | |
Check if running in terminal. | |