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

## Usage

```typescript
import { normalizeQuestion } from "@tsed/cli-prompts/src/utils/normalizeQuestion";
```

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

## Overview

```ts
function normalizeQuestion(question: PromptQuestion, answers: Record<string, unknown>): Promise<NormalizedPromptQuestion>;
```
