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

## Usage

```typescript
import { makeOf } from "@tsed/schema-async-api";
```

> See [/packages/specs/schema-async-api/src/utils/somethingOf.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema-async-api/src/utils/somethingOf.ts#L0-L0).

## Overview

```ts
function makeOf(key: string, schemes: unknown[]): unknown;
```
