6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
// src/index.ts
|
|
import { Hono } from "./hono.js";
|
|
export {
|
|
Hono
|
|
};
|