UNPKG

wretch

Version:

A tiny wrapper built around fetch with an intuitive syntax.

7 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CATCHER_FALLBACK = exports.FETCH_ERROR = exports.JSON_MIME = void 0; exports.JSON_MIME = "application/json"; exports.FETCH_ERROR = Symbol(); exports.CATCHER_FALLBACK = Symbol(); //# sourceMappingURL=constants.js.map