Files
test/_node_modules/hono/dist/request/constants.js
2026-02-20 16:06:40 +09:00

6 lines
108 B
JavaScript

// src/request/constants.ts
var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
export {
GET_MATCH_RESULT
};