UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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