@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
6 lines • 641 B
TypeScript
import { MatchContextWithoutLookup } from '@contract-case/case-plugin-base';
import { AnyCaseMatcherOrData } from '@contract-case/case-plugin-dsl-types';
import type { LookupMap, LookupType } from './types';
export declare const findLookup: (matcherLookup: LookupMap, lookupType: LookupType, uniqueName: string, context: MatchContextWithoutLookup) => AnyCaseMatcherOrData | undefined;
export declare const addLookup: (matcherLookup: LookupMap, lookupType: LookupType, uniqueName: string, matcher: AnyCaseMatcherOrData, context: MatchContextWithoutLookup) => Record<string, AnyCaseMatcherOrData>;
//# sourceMappingURL=lookupInternals.d.ts.map