Helpers

beep.mjs

@mr_ozio/scraper-utils · v2.5.0 · Generated April 21, 2026

Target Style

Target Style

1 exports

const

ringBell

Target Style
export const ringBell = () => stdout.write('\u0007')

Emits a terminal bell character with a more descriptive name.

Target style API. Preferred for new code.

Returns

boolean

Legacy Style

Legacy Style

1 exports

const

beep

Legacy Style
export const beep = () => ringBell()

Emits a terminal bell character.

Legacy API. Kept for older code and not the preferred choice for new code.

Returns

boolean