import { Interface } from "https://deno.land/std@0.176.0/node/_readline.d.ts";
The rl.setPrompt()
method sets the prompt that will be written to output
whenever rl.prompt()
is called.
import { Interface } from "https://deno.land/std@0.176.0/node/_readline.d.ts";
The rl.setPrompt()
method sets the prompt that will be written to output
whenever rl.prompt()
is called.