@validatem/anything
Validatem validator that allows anything through, for eg. explicitly allowing properties unchecked
Validatem validator that allows anything through, for eg. explicitly allowing properties unchecked
Validatem combinator for conditionally applying one or more rules
Validatem combinator for applying context (custom configuration) to a validator
Validatem combinator for validating both the keys and values of a mapping object
Validatem combinator for validating that a value is an array of items meeting certain rules
Validatem "validator" for defaulting to a certain value, when no value is given
Validatem combinator for validating against dynamically-generated rules
Validatem validator for ensuring that a number is an integer
Validatem validator for ensuring that a value is a number
Validatem validator for ensuring that a value is a completely lowercase string
Validatem validator for ensuring that a value is a completely uppercase string
Validatem combinator for overriding the validation error message that is produced when a (set of) rules fails
Validatem validator that always fails; useful for eg. blacklisting specific properties
Validatem validator for ensuring that a value has a length between a given minimum and maximum
Validatem combinator for throwing away the transformed value that comes out of a validator
Validatem validator for ensuring that a value is a Node.js stream
Validatem validator for ensuring that a value is a numeric string
Validatem validator for ensuring that a value is a string
Validatem validator for ensuring that a value is a PostCSS plugin
Validatem validator for ensuring that a value is a (Promises/A+ compliant) Promise