@voiceflow/fetch
Version:
Voiceflow fetch wrapper and error handling for SDKs
13 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HTTPMethod = void 0;
var HTTPMethod;
(function (HTTPMethod) {
HTTPMethod["DELETE"] = "delete";
HTTPMethod["GET"] = "get";
HTTPMethod["HEAD"] = "head";
HTTPMethod["PATCH"] = "patch";
HTTPMethod["POST"] = "post";
HTTPMethod["PUT"] = "put";
})(HTTPMethod || (exports.HTTPMethod = HTTPMethod = {}));
//# sourceMappingURL=http-method.enum.js.map