Skip to main content

ObjectEachValueMatches

Matches an object where each value matches the provided matcher.

import { matchers } from '@contract-case/case-definition-dsl'

new matchers.objects.ObjectEachValueMatches(matcher: any)

Parameters

NameTypeDescription
matcheranyThe matcher that all values must pass.