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