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

6 lines
92 B
JavaScript

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