MCPcopy Index your code
hub / github.com/bombshell-dev/clack / isCancel

Function isCancel

packages/core/src/utils/index.ts:17–19  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

15export const CANCEL_SYMBOL = Symbol('clack:cancel');
16
17export function isCancel(value: unknown): value is symbol {
18 return value === CANCEL_SYMBOL;
19}
20
21export function setRawMode(input: Readable, value: boolean) {
22 const i = input as typeof stdin;

Callers 6

groupFunction · 0.90
date.test.tsFile · 0.85
prompt.test.tsFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected