Checks if the provided argument is empty, meaning it is either null or undefined.
The argument to check for emptiness.
A boolean indicating whether the argument is empty.
Checks if the provided argument is empty, meaning it is either null or undefined.