Return whether the given argument is considered to be blank.
By default, this function returns true
for:
undefined
null
All other arguments return false
.
To check implement blank-ness checks for user-defined classes,
see up.util.isBlank.key
.
The value is to check.
Whether the value is blank.