UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

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