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 0acad11 commit afee9bfCopy full SHA for afee9bf
1 file changed
README.md
@@ -126,7 +126,6 @@ Following are the available comparison rules:
126
- ```isOfType``` - returns true if the object value matches the specified type (Ex: string, undefined, etc.).
127
- ```anyOf``` - returns true if at least one of the comparison values matches the object key value. The comparison value needs to be an array.
128
- ```allOf``` - returns true if all the object key value matches the comparison values. The comparison value needs to be an array.
129
-- ```noneOf``` - returns true if none of the comparison values match the object key value. The comparison value needs to be an array.
130
- ```gt``` - returns true if the object key value is greater than the comparison value
131
- ```gte``` - returns true if the object key value is greater than or equal to the comparison value
132
- ```lt``` - returns true if the object key value is lesser than the comparison value
0 commit comments