Returns true if the value is not empty.
notEmpty(42) === truenotEmpty(0) === truenotEmpty(undefined) === falsenotEmpty(null) === falsenotEmpty(NaN) === false Copy
notEmpty(42) === truenotEmpty(0) === truenotEmpty(undefined) === falsenotEmpty(null) === falsenotEmpty(NaN) === false
Generated using TypeDoc
Returns true if the value is not empty.