We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7942901 commit 3011f86Copy full SHA for 3011f86
packages/jsdoc-salty/lib/salty.js
@@ -69,6 +69,8 @@ function applyMatcherObject(value, matcherObject) {
69
if (matcherObject.right) {
70
return value && value.endsWith && value.endsWith(matcherObject.right);
71
}
72
+
73
+ return false;
74
75
76
function finderWithMatcher(salty, ...args) {
0 commit comments