UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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