---
url: /api/core/types/utils/function-is-empty.md
description: api documentation of isEmpty from @tsed/core
---

## Usage

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

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

## Overview

```ts
function isEmpty(value: any): boolean;
```

## Description

Checks if a value is an empty string, null, or undefined.
