UNPKG

wiremock-mapper

Version:
11 lines 836 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wiremockMapperMatchers = exports.WireMockMapper = exports.Configuration = void 0; var configuration_1 = require("./lib/configuration"); Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.Configuration; } }); var wiremock_mapper_1 = require("./lib/wiremock_mapper"); Object.defineProperty(exports, "WireMockMapper", { enumerable: true, get: function () { return wiremock_mapper_1.WireMockMapper; } }); // Optional Jest utilities - only import if using Jest var jest_matchers_1 = require("./lib/jest-matchers"); Object.defineProperty(exports, "wiremockMapperMatchers", { enumerable: true, get: function () { return jest_matchers_1.wiremockMapperMatchers; } }); //# sourceMappingURL=index.js.map