0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-31 11:49:31 -05:00
denoland-deno/tests/is_tty.ts

3 lines
58 B
TypeScript
Raw Normal View History

2019-02-03 06:05:30 +03:00
import { isTTY } from "deno";
console.log(isTTY().stdin);