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

## Usage

```typescript
import { FeaturesMap } from "@tsed/cli";
```

> See [/packages/cli/src/commands/init/config/FeaturesPrompt.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/commands/init/config/FeaturesPrompt.ts#L0-L0).

## Overview

```ts
const FeaturesMap: Record<string, Feature>;
```
