Files
test/_node_modules/hono/dist/index.js
2026-02-20 16:06:40 +09:00

6 lines
69 B
JavaScript

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