Files
mcp-wms-wiki/node_modules/hono/dist/index.js
T
2026-05-20 09:41:27 +02:00

6 lines
69 B
JavaScript

// src/index.ts
import { Hono } from "./hono.js";
export {
Hono
};