Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { isEmpty } from "@tsed/core";
See /packages/core/src/utils/isEmpty.ts.
function isEmpty(value: any): boolean;
Return true if the value is an empty string, null or undefined.