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

## Usage

```typescript
import { mapUniqFeatures } from "@tsed/cli/src/commands/init/mappers/mapUniqFeatures";
```

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

## Overview

```ts
function mapUniqFeatures(answers: InitPromptAnswers & any): InitOptions;
```
