method Interface.prototype.getPrompt Usage in Deno```typescript import { Interface } from "node:node__readline.d.ts"; ``` Interface.prototype.getPrompt(): string The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. Return Type string the current prompt string