0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00
hono/deno_dist/adapter/netlify/mod.ts
2023-08-08 09:35:05 +09:00

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'