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

## Usage

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

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

## Overview

```ts
function shouldAsk(question: PromptQuestion, answers: Record<string, any>): Promise<boolean>;
```
