import { type PromptOptions } from "https://deno.land/x/dax@0.31.1/src/console/prompt.ts";
Options for showing an input where the user enters a value.
Properties
optional
mask: InputMask | booleanWhether typed characters should be hidden by
a mask, optionally allowing a choice of mask
character (*
by default) and whether or not
to keep the final character visible as the user
types (false
by default).