Introduction
Migration
Appearance
import { isEmpty } from "@tsed/core";
See /packages/core/src/types/utils/objects/isEmpty.ts.
function isEmpty(value: any): boolean;
Return true if the value is an empty string, null or undefined.