mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 11:51:01 +01:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
export { handle } from './handler.ts'
|
|
export type { Env } from './handler.ts'
|