deno / 1.23.2 / ~ / alert.html /

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–2022 the Deno authors
https://doc.deno.land/deno/stable/~/alert