@contract-case/case-core-plugin-http
Version:
ContractCase core HTTP plugin, providing HTTP matchers and mocks
4 lines • 357 B
TypeScript
import { CoreUrlEncodedStringMatcher, URL_ENCODED_STRING_TYPE } from '@contract-case/case-core-plugin-http-dsl';
import { MatcherExecutor } from '@contract-case/case-plugin-base';
export declare const UrlEncodedStringMatcher: MatcherExecutor<typeof URL_ENCODED_STRING_TYPE, CoreUrlEncodedStringMatcher>;
//# sourceMappingURL=UrlEncodedStringMatcher.d.ts.map