Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_util/prompts.ts>Prompts

A collection of util libraries for Deno like logger [supports color, format, level], prompts [password]
Latest
class Prompts
import { Prompts } from "https://deno.land/x/deno_util@v0.0.3/prompts.ts";

Prompts

Static Properties

input: (message?: string) => Promise<string>

input: take input from user

password: (message: string, options?: PasswordPromptOptions) => unknown

password: take input from user as passwd, hide user entered value show asterisk instead