method Interface.prototype.getPrompt Usage in Denoimport { Interface } from "node:readline"; Interface.prototype.getPrompt(): string The rl.getPrompt() method returns the current prompt used by rl.prompt(). Return Type string the current prompt string