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);