Whether the process is running inside SSH.
Requires the --allow-env
flag.
import { isSSH, isSSHSync } from "https://deno.land/x/is_ssh/mod.ts";
await isSSH();
isSSHSync();
deno_is_ssh is released under the MIT License. See the bundled LICENSE file for details.