UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

6 lines 561 B
import { CoreShapedArrayMatcher, CoreShapedObjectMatcher } from '@contract-case/case-entities-internal'; import { AnyCaseMatcherOrData, JsonOrMatcherMap, LookupableMatcher } from '@contract-case/case-plugin-dsl-types'; export declare const coreShapedArrayMatcher: (example: Array<AnyCaseMatcherOrData>) => CoreShapedArrayMatcher; export declare const coreShapedObjectMatcher: (example: JsonOrMatcherMap) => CoreShapedObjectMatcher; export declare const coreLookupMatcherRequest: (uniqueName: string) => LookupableMatcher; //# sourceMappingURL=structure.d.ts.map