UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

3 lines (2 loc) 160 B
import type { NULL_MATCHER_TYPE, MatcherExecutor } from '../../../entities/types'; export declare const NullMatcher: MatcherExecutor<typeof NULL_MATCHER_TYPE>;