@antbat/base-client-js
Version:
Base JS library for BASE-platform
13 lines • 461 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var HttpMethod;
(function (HttpMethod) {
HttpMethod["Get"] = "GET";
HttpMethod["Post"] = "POST";
HttpMethod["Put"] = "PUT";
HttpMethod["Delete"] = "DELETE";
HttpMethod["Head"] = "HEAD";
HttpMethod["Options"] = "OPTIONS";
HttpMethod["Patch"] = "PATCH";
})(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));
//# sourceMappingURL=HttpMethod.js.map