wiremock-captain
Version:
A better way to use the WireMock simulator to test your HTTP APIs
5 lines (4 loc) • 302 B
TypeScript
import { IResponseMock } from './types/internalTypes';
import { IWireMockFeatures } from './types/IWireMockFeatures';
import { IWireMockResponse } from './types/IWireMockResponse';
export declare function createWireMockResponse(response: IWireMockResponse, features: IWireMockFeatures): IResponseMock;