Files
vibn-api/node_modules/@hono/node-server/dist/utils/response/constants.d.ts
2026-05-17 12:43:53 -07:00

4 lines
82 B
TypeScript

declare const X_ALREADY_SENT = "x-hono-already-sent";
export { X_ALREADY_SENT };