MCPcopy Create free account
hub / github.com/arctic-cli/interface / getRandomWord

Function getRandomWord

packages/arctic/src/cli/cmd/tui/ui/shimmer-text.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23const BULLET = "● "
24
25export function getRandomWord(): string {
26 return BULLET + WORDS[Math.floor(Math.random() * WORDS.length)] + "..."
27}
28
29export interface ShimmerTextOptions {
30 color: ColorInput

Callers 1

AssistantMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected