We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Do you think that this would be useful?
const predicate = ifOtherwiseFalse(isValid, toUpper) predicate("nonValid") // false predicate("valid") // "VALID"