import { Interface } from "https://deno.land/std@0.170.0/node/_readline.d.ts";
The rl.getPrompt()
method returns the current prompt used by rl.prompt()
.
import { Interface } from "https://deno.land/std@0.170.0/node/_readline.d.ts";
The rl.getPrompt()
method returns the current prompt used by rl.prompt()
.