Files
CreaBook/node_modules/hono/dist/index.js
2026-04-05 03:08:53 +02:00

6 lines
69 B
JavaScript

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