---
url: /api/specs/schema/types/components/mappers/default/function-any-mapper.md
description: api documentation of anyMapper from @tsed/schema
---

## Usage

```typescript
import { anyMapper } from "@tsed/schema";
```

> See [/packages/specs/schema/src/components/mappers/default/anyMapper.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/specs/schema/src/components/mappers/default/anyMapper.ts#L0-L0).

## Overview

```ts
function anyMapper(input: any, options?: JsonSchemaOptions): any;
```
