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

6 lines
69 B
JavaScript

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