UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 357 B
import { SHAPED_OBJECT_MATCHER_TYPE, CaseNodeFor } from '@contract-case/case-entities-internal'; import { MatcherExecutor } from '@contract-case/case-plugin-base'; export declare const ShapedObjectExecutor: MatcherExecutor<typeof SHAPED_OBJECT_MATCHER_TYPE, CaseNodeFor<typeof SHAPED_OBJECT_MATCHER_TYPE>>; //# sourceMappingURL=ShapedObjectExecutor.d.ts.map