TreasureTrails/node_modules/hono/dist/request/constants.js

6 lines
108 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
// src/request/constants.ts
var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
export {
GET_MATCH_RESULT
};