null-check
Ensure a path doesn't contain null bytes
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
falzy
Check if the value is undefined, null, empty string, NaN and Infinity.