has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
util-nonempty
Is the input (plain object, array, string or whatever) not empty?
ast-is-empty
Find out, is nested array/object/string/AST tree is empty