UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

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