@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
4 lines • 353 B
TypeScript
import { AnyCaseNodeType, CaseNodeFor, AnyCaseMatcher } from '@contract-case/case-entities-internal';
import { AnyLeafOrStructure } from '@contract-case/case-plugin-dsl-types';
export declare const inferMatcher: <T extends AnyCaseNodeType>(matcherOrData: CaseNodeFor<T> | AnyLeafOrStructure) => AnyCaseMatcher;
//# sourceMappingURL=inferMatcher.d.ts.map