UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

4 lines (3 loc) 290 B
import type { AnyCaseNodeOrData, MatchContext } from '../../../entities/types'; export declare const mustResolveToString: (matcher: AnyCaseNodeOrData, context: MatchContext) => string; export declare const mustResolveToNumber: (matcher: AnyCaseNodeOrData, context: MatchContext) => number;