@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
4 lines • 320 B
TypeScript
import { AnyLeafMatcher } from '@contract-case/case-entities-internal';
import { MatchContext, CaseError } from '@contract-case/case-plugin-base';
export declare const testExactMatch: (matcher: AnyLeafMatcher, matchContext: MatchContext, actual: unknown) => Array<CaseError>;
//# sourceMappingURL=testExactMatch.d.ts.map