UNPKG

wretch

Version:

A tiny wrapper built around fetch with an intuitive syntax.

4 lines 170 B
export const JSON_MIME = "application/json"; export const CONTENT_TYPE_HEADER = "Content-Type"; export const FETCH_ERROR = Symbol(); //# sourceMappingURL=constants.js.map