MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isMacosOptionChar

Function isMacosOptionChar

src/utils/keyboardShortcuts.ts:10–14  ·  view source on GitHub ↗
(
  char: string,
)

Source from the content-addressed store, hash-verified

8} as const satisfies Record<string, string>
9
10export function isMacosOptionChar(
11 char: string,
12): char is keyof typeof MACOS_OPTION_SPECIAL_CHARS {
13 return char in MACOS_OPTION_SPECIAL_CHARS
14}
15

Callers 1

PromptInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected