justjavac / deno_is_ssh

Whether the process is running inside SSH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno_is_ssh

tag Build Status license

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.

About

Whether the process is running inside SSH.

License:MIT License


Languages

Language:TypeScript 100.0%