We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8119e6 commit 7400e06Copy full SHA for 7400e06
1 file changed
src/syntax.js
@@ -47,7 +47,7 @@ function isTruthy(val) {
47
}
48
49
function isFalsy(val) {
50
- return false === val || undefined === val;
+ return false === val || undefined === val || null === val;;
51
52
53
module.exports = {
0 commit comments