Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

confirm

function confirm(message?: string): boolean;
§
confirm(message?: string): boolean
[src]

§Parameters

§
message?: string optional
[src]

§Return Type

§
boolean
[src]