isNotPresent top-level constant

Matcher const isNotPresent

Validates that a key is not present when using partial.

This matcher has no effect when used outside of partial. See partial for usage.

Implementation

const Matcher isNotPresent = NotPresentMatcher();