UNPKG

react-simple-api

Version:

Create and cache API requests and responses

10 lines 291 B
var APIMethod; (function (APIMethod) { APIMethod["GET"] = "GET"; APIMethod["POST"] = "POST"; APIMethod["PUT"] = "PUT"; APIMethod["PATCH"] = "PATCH"; APIMethod["DELETE"] = "DELETE"; })(APIMethod || (APIMethod = {})); export { APIMethod }; //# sourceMappingURL=types.js.map