Returns whether or not a given value is “empty”.
isEmpty(value)
returns boolean
Name | Type | Required | Default | Description |
---|---|---|---|---|
value | any | Yes |
Returns a boolean based on the given value. Strings, Arrays, Structs and queries are accepted data types.
isEmpty( {} )