import { alert } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.window.d.ts";
Shows the given message and waits for the enter key pressed.
If the stdin is not interactive, it does nothing.
import { alert } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.window.d.ts";
Shows the given message and waits for the enter key pressed.
If the stdin is not interactive, it does nothing.