MCPcopy 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

constructorMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
constructorMethod · 0.80
renderMethod · 0.80
startMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected