Skip to main content
Module

x/netzo/deno.d.ts>alert

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
function alert
import { alert } from "https://deno.land/x/netzo@v0.1.8/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