Browse documentation

isEmpty

Returns whether the provided value is empty.

Table of contents

Category

Value

Import

js
import { isEmpty } from "valyrian.js/utils";

Public signature

ts
(value: any): boolean

Parameters

ts
value: any

Result

ts
boolean