UNPKG

use-invariant

Version:

- <a target="_blank" rel="noopener noreferrer" href='https://codesandbox.io/s/usefetch-in-nextjs-nn9fm'>Example - Next.js</a> - <a target="_blank" rel="noopener noreferrer" href='https://codesandbox.io/embed/km04k9k9x5'>Examples - create-react-app</a>

13 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HTTPMethod; (function (HTTPMethod) { HTTPMethod["DELETE"] = "DELETE"; HTTPMethod["GET"] = "GET"; HTTPMethod["HEAD"] = "HEAD"; HTTPMethod["OTIONS"] = "OPTIONS"; HTTPMethod["PATCH"] = "PATCH"; HTTPMethod["POST"] = "POST"; HTTPMethod["PUT"] = "PUT"; })(HTTPMethod = exports.HTTPMethod || (exports.HTTPMethod = {})); //# sourceMappingURL=types.js.map