UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

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