UNPKG

@lattice/core

Version:
10 lines (9 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; HttpMethod["PUT"] = "PUT"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {}));