Skip to main content
Module

x/swissKnife/mod.ts>beep

Deno Swiss Knife tools
Go to Latest
function beep
import { beep } from "https://deno.land/x/swissKnife@1.3/mod.ts";

Play system beep

Parameters

frequency: number

Beep frequency

duration: number

Beep duration in milliseconds Return the process exit code

Returns

Promise<number>