method Interface.prototype.setPromptimport { Interface } from "https://dotland.deno.dev/std@0.177.0/node/readline.ts"; setPrompt(prompt: string): voidThe rl.setPrompt() method sets the prompt that will be written to outputwhenever rl.prompt() is called. The rl.setPrompt() method sets the prompt that will be written to outputwhenever rl.prompt() is called. Parametersprompt: stringReturnsvoid