@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
4 lines • 305 B
TypeScript
import { MatcherExecutor } from '@contract-case/case-plugin-base';
import { LookupableMatcher, LOOKUP_MATCHER_TYPE } from '@contract-case/case-plugin-dsl-types';
export declare const LookupMatcher: MatcherExecutor<typeof LOOKUP_MATCHER_TYPE, LookupableMatcher>;
//# sourceMappingURL=LookupMatcher.d.ts.map