UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

3 lines (2 loc) 266 B
import { type AnyCaseNodeType, type CaseNodeFor, type AnyLeafOrStructure, AnyCaseMatcher } from '../entities/nodes/matchers/types'; export declare const inferMatcher: <T extends AnyCaseNodeType>(matcherOrData: AnyLeafOrStructure | CaseNodeFor<T>) => AnyCaseMatcher;