Skip to content

isEmpty

kherP edited this page Jan 2, 2020 · 3 revisions

This utility checks if a variable is empty.

Example

const result = isEmpty({});
console.log(result); // true

Properties

Param Type Description
value any value to be checked if it's empty
Clone this wiki locally