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