UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 353 B
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