method Interface.prototype.setPrompt
Jump to headingInterface.prototype.setPrompt(prompt: string): voidThe rl.setPrompt() method sets the prompt that will be written to output whenever rl.prompt() is called.
Parameters Jump to heading
Jump to headingprompt: stringReturn Type Jump to heading
void