fix(jsdoc-salty): fix linter error

This commit is contained in:
Jeff Williams 2024-04-15 16:06:55 -07:00
parent 7942901ff7
commit 3011f86eda
No known key found for this signature in database

View File

@ -69,6 +69,8 @@ function applyMatcherObject(value, matcherObject) {
if (matcherObject.right) {
return value && value.endsWith && value.endsWith(matcherObject.right);
}
return false;
}
function finderWithMatcher(salty, ...args) {