UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

5 lines (4 loc) 172 B
import { type AnyCaseNodeType, type MatcherExecutor } from '../entities/types'; export declare const MatcherExecutors: { [T in AnyCaseNodeType]: MatcherExecutor<T>; };