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

## Usage

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

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

## Overview

```ts
function ofMapper(input: (any | JsonSchema)[], options: JsonSchemaOptions): any[];
```
