Skip to content

password

@tsed/cli-prompts

Usage

typescript
import { password } from "@tsed/cli-prompts/src/fn/password";

See /packages/cli-prompts/src/fn/password.ts.

Overview

ts
function password(question: NormalizedPromptQuestion): Promise<string | symbol>;

Released under the MIT License.