const json=(d,o)=>new Response(JSON.stringify(d),{...o,headers:{'Content-Type':'application/json',...(o?.headers||{})}}); const tsEq=(a,b)=>{let d=a.length^b.length;for(let i=0;i