UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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