Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npkgz/cli-progress
/ isTTY
Method
isTTY
lib/terminal.js:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
147
// tty environment ?
148
isTTY(){
149
return
(this.stream.isTTY === true);
150
}
151
152
// get terminal width
153
getWidth(){
Callers
7
constructor
Method · 0.80
create
Method · 0.80
update
Method · 0.80
constructor
Method · 0.80
render
Method · 0.80
start
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected