Skip to main content
Module

x/deno/js/deno.ts>isTTY

A modern runtime for JavaScript and TypeScript.
Go to Latest
function isTTY
import { isTTY } from "https://deno.land/x/deno@v0.17.0/js/deno.ts";

Check if running in terminal.

  console.log(Deno.isTTY().stdout);

Returns

{ stdin: boolean; stdout: boolean; stderr: boolean; }