Skip to main content
Module

std/cli/prompt_secret.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://deno.land/std@0.223.0/cli/prompt_secret.ts";

Functions

Shows the given message and waits for the user's input. Returns the user's input as string. This is similar to prompt() but it print user's input as * to prevent password from being shown. Use an empty mask if you don't want to show any character.