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.
merge-value
Similar to assign-value but deeply merges object values or nested values using object path/dot notation.
union-value
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
setvalue
Type-safe library for reading, writing, or checking, nested values of an object