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

prompt

function prompt(message?: string, _default?: string): string | null;
§
prompt(message?: string, _default?: string): string | null
[src]

§Parameters

§
message?: string optional
[src]
§
_default?: string optional
[src]

§Return Type

§
string | null
[src]