Skip to content

@jsvision/core / bell

Function: bell()

bell(): string

Defined in: render/osc.ts:89

Emit a literal terminal bell (\x07). You own any debounce/rate-limit policy.

Returns

string

The BEL byte to write to the terminal.

Example

ts
import { bell } from '@jsvision/core';
process.stdout.write(bell());