MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / stdoutIsTTY

Function stdoutIsTTY

src/lib/io-util.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 * to mock in unit tests.
68 */
69export function stdoutIsTTY(): boolean {
70 return process.stdout.isTTY
71}
72
73/**
74 * Check for existence of YAML file.

Callers 2

calculateOutputFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected