Files
bigwo/dev-assistant-mcp/node_modules/hono/dist/utils/constants.js

6 lines
102 B
JavaScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
// src/utils/constants.ts
var COMPOSED_HANDLER = "__COMPOSED_HANDLER";
export {
COMPOSED_HANDLER
};