Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xdg/vendor/types/deno.d.ts>alert

Determine XDG Base Directory paths (OS/platform portable)
Latest
function alert
import { alert } from "https://deno.land/x/xdg@v10.6.0/vendor/types/deno.d.ts";

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

Parameters

optional
message: string