UNPKG

do-wrapper

Version:

Node.js Wrapper for Digital Ocean API v2

12 lines (11 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethods = void 0; var HttpMethods; (function (HttpMethods) { HttpMethods["GET"] = "GET"; HttpMethods["POST"] = "POST"; HttpMethods["PUT"] = "PUT"; HttpMethods["PATCH"] = "PATCH"; HttpMethods["DELETE"] = "DELETE"; })(HttpMethods = exports.HttpMethods || (exports.HttpMethods = {}));