has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
omit-empty
Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.