Skip to main content
Module

x/swissKnife/mod.ts>infoBox

Deno Swiss Knife tools
Go to Latest
function infoBox
import { infoBox } from "https://deno.land/x/swissKnife@1.3/mod.ts";

InfoBox dialog

Parameters

title: string

InfoBox title

text: string

InfoBox message Return the process exit code

Returns

Promise<number>