node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
15 lines (13 loc) • 482 B
JavaScript
var ExecutionMethod = /* @__PURE__ */ ((ExecutionMethod2) => {
ExecutionMethod2["GET"] = "GET";
ExecutionMethod2["POST"] = "POST";
ExecutionMethod2["PUT"] = "PUT";
ExecutionMethod2["PATCH"] = "PATCH";
ExecutionMethod2["DELETE"] = "DELETE";
ExecutionMethod2["OPTIONS"] = "OPTIONS";
return ExecutionMethod2;
})(ExecutionMethod || {});
exports.ExecutionMethod = ExecutionMethod;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=execution-method.js.map
;