one-link/node_modules/hono/dist/index.js

6 lines
69 B
JavaScript

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