W3cubDocs

/Deno

alert

Shows the given message and waits for the enter key pressed. If the stdin is not interactive, it does nothing.

function alert(message?: string): void;
alert(message?: string): void

Parameters

message?: string optional

Return Type

void

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/alert