UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

3 lines (2 loc) 173 B
import type { MatcherExecutor, STRING_CONTAINS_TYPE } from '../../entities/types'; export declare const StringContainsMatcher: MatcherExecutor<typeof STRING_CONTAINS_TYPE>;