method Interface.prototype.setPrompt Usage in Deno```typescript import { Interface } from "node:node__readline.d.ts"; ``` Interface.prototype.setPrompt(prompt: string): void The `rl.setPrompt()` method sets the prompt that will be written to `output` whenever `rl.prompt()` is called. Parameters prompt: string Return Type void