UNPKG

wiremock-captain

Version:

A better way to use the WireMock simulator to test your HTTP APIs

7 lines (6 loc) 226 B
export * from './types/externalTypes'; export * from './types/IWireMockFeatures'; export * from './types/IWireMockRequest'; export * from './types/IWireMockResponse'; export * from './WireMock'; export * from './WireMockAPI';