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

## Usage

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

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

## Overview

```ts
function applyTransforms(question: PromptQuestion, answers: Record<string, any>, value: unknown): Promise<unknown>;
```
