MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / isOutputMode

Function isOutputMode

src/lib/output.ts:12–14  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

10 '\n testsprite --help';
11
12export function isOutputMode(value: unknown): value is OutputMode {
13 return value === 'json' || value === 'text';
14}
15
16export interface OutputStreams {
17 /**

Callers 2

index.tsFile · 0.85
output.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected