testForNot()Creates functions for testing values.
This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 42 times.["details", "age", ">=", 18] can be used to make sure that object.details.age < 18 occurs (object would be passed to the function returned by testFor()). If no comparator is supplied === will be used. If one of the paths exists the entire test will fail.false, otherwise it will return true.This function directly requires the following function which is included automatically:
testFor()This function is directly required by the following functions:
everyWhere()testFor()