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 d0032bd commit e0a02f3Copy full SHA for e0a02f3
factory.js
@@ -50,7 +50,7 @@ function factory(schema, defaultTagName, caseSensitive) {
50
var property
51
var result
52
53
- // Ignore nully and NaN values.
+ // Ignore nullish and NaN values.
54
if (value === null || value === undefined || value !== value) {
55
return
56
}
0 commit comments