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

## Usage

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

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

## Overview

```ts
function list(question: NormalizedPromptQuestion): Promise<any>;
```
