0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/tests/is_tty.ts
2019-02-02 22:05:30 -05:00

2 lines
58 B
TypeScript

import { isTTY } from "deno";
console.log(isTTY().stdin);