---
symbol: password
module: "@tsed/cli-prompts"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation password function
---
# password - @tsed/cli-prompts

## Usage

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

> See [/packages/cli-prompts/src/fn/password.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-prompts/src/fn/password.ts#L0-L0).

## Overview

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