TreasureTrails/node_modules/@hono/node-server/dist/utils/response/constants.mjs

6 lines
108 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
// src/utils/response/constants.ts
var X_ALREADY_SENT = "x-hono-already-sent";
export {
X_ALREADY_SENT
};