UNPKG

@tanstack/router-core

Version:

Modern and scalable routing for React applications

11 lines (10 loc) 315 B
//#region src/ssr/json.ts /** * @deprecated Use [`Response.json`](https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static) from the standard Web API directly. */ function json(payload, init) { return Response.json(payload, init); } //#endregion exports.json = json; //# sourceMappingURL=json.cjs.map