has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
is-empty-function
Check that given string, function or arrow function have empty body, using `parse-function`.
is-string-and-not-blank
3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.
empty-lite
Check empty for: array, string, object, function, number, date