---
meta:
 - name: keywords
   description: api typescript node.js documentation nextMapper function
---
# nextMapper - @tsed/schema

## Usage

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

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

## Overview

```ts
function nextMapper(input: JsonSchema | Type | any, options: JsonSchemaOptions): any;
```
