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