itty-router-extras
Version:
An assortment of delicious extras for the calorie-light itty-router.
1 lines • 266 B
JavaScript
const createResponseType=(e="text/plain; charset=utf-8")=>(s,t={})=>{const{headers:n={},...o}=t;return"object"==typeof s?new Response(JSON.stringify(s),{headers:{"Content-Type":e,...n},...o}):new Response(s,t)};module.exports={createResponseType:createResponseType};