UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

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