UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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