You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,7 +140,7 @@ There are 4 types of operators you can use (evaluated in that order of precedenc
140
140
-`and` - accepts a non-empty list of expressions
141
141
-`or` - accepts a non-empty list of expressions
142
142
-`not` - accepts another expressions
143
-
-`<user defined funcs>` - accepts any type of argument and evaluated by the user defined functions, and the given context (can be async).
143
+
-`<user defined funcs>` - accepts any type of argument and evaluated by the user defined functions, and the given context (can be async) and run options (i.e. validation).
144
144
-`<compare funcs>` - operates on one of the context properties and compares it to a given value.
145
145
-`{property: {op: value}}`
146
146
- available ops:
@@ -217,7 +217,7 @@ Example expressions, assuming we have the `user` and `maxCount` user defined fun
217
217
*Please see tests and examples dir for more usages and examples (under /src)*
0 commit comments