TreasureTrails/node_modules/hono/dist/index.js
2026-03-18 09:02:21 -05:00

5 lines
69 B
JavaScript

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