Files
test/_node_modules/@hono/node-server/dist/utils/response/constants.mjs
2026-02-20 16:06:40 +09:00

6 lines
108 B
JavaScript

// src/utils/response/constants.ts
var X_ALREADY_SENT = "x-hono-already-sent";
export {
X_ALREADY_SENT
};