UNPKG

openapi-tsk

Version:
14 lines (13 loc) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethodEnum = void 0; var HttpMethodEnum; (function (HttpMethodEnum) { HttpMethodEnum["GET"] = "get"; HttpMethodEnum["POST"] = "post"; HttpMethodEnum["PUT"] = "put"; HttpMethodEnum["DELETE"] = "delete"; HttpMethodEnum["PATCH"] = "patch"; HttpMethodEnum["OPTIONS"] = "options"; HttpMethodEnum["HEAD"] = "head"; })(HttpMethodEnum || (exports.HttpMethodEnum = HttpMethodEnum = {}));