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