Files
tasq/node_modules/hono/dist/request/constants.js
T
2026-04-09 19:01:53 +08:00

6 lines
108 B
JavaScript

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