isEmpty
Returns whether the provided value is empty.
Table of contents
Category
Value
Import
jsimport { isEmpty } from "valyrian.js/utils";Public signature
ts(value: any): booleanParameters
tsvalue: anyResult
tsbooleanisEmptyReturns whether the provided value is empty.
Value
jsimport { isEmpty } from "valyrian.js/utils";ts(value: any): booleantsvalue: anytsboolean