Skip to content

isEmpty

@tsed/core

Usage

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

See /packages/core/src/types/utils/objects/isEmpty.ts.

Overview

ts
function isEmpty(value: any): boolean;

Description

Return true if the value is an empty string, null or undefined.

Released under the MIT License.