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