@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
8 lines • 352 B
TypeScript
import { AnyCaseNodeType, CaseNodeFor } from '@contract-case/case-entities-internal';
import { MatcherExecutor } from '@contract-case/case-plugin-base';
type AllExecutors = {
[T in AnyCaseNodeType]: MatcherExecutor<T, CaseNodeFor<T>>;
};
export declare const MatcherExecutors: AllExecutors;
export {};
//# sourceMappingURL=MatcherExecutors.d.ts.map