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