---
url: /api/core/types/utils/function-class-of.md
description: api documentation of classOf from @tsed/core
---

## Usage

```typescript
import { classOf } from "@tsed/core";
```

> See [/packages/core/src/utils/classOf.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/core/src/utils/classOf.ts#L0-L0).

## Overview

```ts
function classOf(target: any): any;
```

## Description

Alias of `getClass`.
