UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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