@validatem/either

Validatem combinator for specifying 'alternatives', and verifying that a value meets at least one of the rules

@validatem/is-plain-object

Validatem validator for ensuring that a value is a plain object (eg. object literal)

@validatem/any-property

Validatem combinator for validating both the keys and values of a mapping object

@validatem/has-shape

Validatem combinator for validating that a value has certain keys that pass certain validators (eg. object validation)