kind-of
Get the native type of a value.
es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
boolbase
two functions: One that returns true, one that returns false
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.