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. Returnsboolean
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. Returnsboolean