index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
is_tty.ts
blob: a571aee1862d03b5bbb3a22669552d9a0b79b6d6 (
plain
)
1
2
import { isTTY } from "deno"; console.log(isTTY().stdin);