"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=async({url:r,jsonParse:c=!0,config:n={}})=>{const t=fetch(r,n);return c?t.then(e=>e.json()).catch(e=>Promise.reject(e)):t.then(e=>e.text()).catch(e=>Promise.reject(e))};exports.reqByFetch=s;