MCPcopy Create free account
hub / github.com/bombshell-dev/clack / isCI

Function isCI

packages/prompts/src/common.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6export const unicode = isUnicodeSupported();
7export const isCI = (): boolean => process.env.CI === 'true';
8export const isTTY = (output: Writable): boolean => {
9 return (output as Writable & { isTTY?: boolean }).isTTY === true;
10};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected