'use strict'; var chunk4ZPTFFHL_cjs = require('./chunk-4ZPTFFHL.cjs'); var utils = require('oas/utils'); // src/types.ts var HttpMethods = { GET: "get", POST: "post", PUT: "put", PATCH: "patch", DELETE: "delete", HEAD: "head", OPTIONS: "options", TRACE: "trace" }; Object.defineProperty(exports, "Oas", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.Oas; } }); Object.defineProperty(exports, "isOpenApiV3_1Document", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.isOpenApiV3_1Document; } }); Object.defineProperty(exports, "isOptional", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.isOptional; } }); Object.defineProperty(exports, "isParameterObject", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.isParameterObject; } }); Object.defineProperty(exports, "isReference", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.isReference; } }); Object.defineProperty(exports, "isRequired", { enumerable: true, get: function () { return chunk4ZPTFFHL_cjs.isRequired; } }); Object.defineProperty(exports, "findSchemaDefinition", { enumerable: true, get: function () { return utils.findSchemaDefinition; } }); Object.defineProperty(exports, "matchesMimeType", { enumerable: true, get: function () { return utils.matchesMimeType; } }); exports.HttpMethods = HttpMethods; //# sourceMappingURL=index.cjs.map //# sourceMappingURL=index.cjs.map