Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.62 KB

File metadata and controls

60 lines (47 loc) · 1.62 KB

Function: IsEmpty

Determine whether a given value is empty.

We check for emptiness of anything that can be casted to: Array, Struct, Query, or String.

Method Signature

IsEmpty(value=[any])

Arguments

Argument Type Required Description Default
value any true The value/object to check for emptiness.

Examples

Related