@contract-case/case-core
Version:
Core functionality for the ContractCase contract testing suite
4 lines • 312 B
TypeScript
import { BOOLEAN_MATCHER_TYPE, CoreBooleanMatcher } from '@contract-case/case-entities-internal';
import { MatcherExecutor } from '@contract-case/case-plugin-base';
export declare const BooleanMatcher: MatcherExecutor<typeof BOOLEAN_MATCHER_TYPE, CoreBooleanMatcher>;
//# sourceMappingURL=BooleanMatcher.d.ts.map