Files
RoggioApp/node_modules/hono/dist/request/constants.js
T
2026-04-26 19:42:42 +02:00

6 lines
108 B
JavaScript
Executable File

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