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

Function println

packages/arctic/src/cli/ui.ts:46–49  ·  view source on GitHub ↗
(...message: string[])

Source from the content-addressed store, hash-verified

44 }
45
46 export function println(...message: string[]) {
47 print(...message)
48 Bun.stderr.write(EOL)
49 }
50
51 export function print(...message: string[]) {
52 blank = false

Callers 2

emptyFunction · 0.85
errorFunction · 0.85

Calls 1

printFunction · 0.70

Tested by

no test coverage detected