Test a WeakMap to include any of the provided keys. The keys are tested by identity, not structure.
The keys that could be a key in the WeakMap.
Test a WeakMap to include all the provided keys. The keys are tested by identity, not structure.
The keys that should be a key in the WeakMap.
Test if the value matches a custom validation function. The validation function should return true
if the value
passes the function. If the function either returns false
or a string, the function fails and the string will be
used as error message.
Validation function.
Invert the following validators.