Returns true if the value is empty.
isEmpty(42) === falseisEmpty(0) === falseisEmpty(undefined) === trueisEmpty(null) === trueisEmpty(NaN) === true Copy
isEmpty(42) === falseisEmpty(0) === falseisEmpty(undefined) === trueisEmpty(null) === trueisEmpty(NaN) === true
Generated using TypeDoc
Returns true if the value is empty.