UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

15 lines 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestMethod = void 0; var RequestMethod; (function (RequestMethod) { RequestMethod["GET"] = "GET"; RequestMethod["POST"] = "POST"; RequestMethod["PUT"] = "PUT"; RequestMethod["DELETE"] = "DELETE"; RequestMethod["PATCH"] = "PATCH"; RequestMethod["ALL"] = "ALL"; RequestMethod["OPTIONS"] = "OPTIONS"; RequestMethod["HEAD"] = "HEAD"; })(RequestMethod = exports.RequestMethod || (exports.RequestMethod = {})); //# sourceMappingURL=request-method.enum.js.map