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

## Usage

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

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

## Overview

```ts
function mapToContext(options: any): InitOptions;
```
