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

4 lines
82 B
TypeScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
declare const X_ALREADY_SENT = "x-hono-already-sent";
export { X_ALREADY_SENT };