0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 10:51:01 +00:00
hono/deno_dist/adapter/netlify/mod.ts

5 lines
154 B
TypeScript
Raw Normal View History

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
2023-08-08 00:35:05 +00:00
export { handle } from './handler.ts'
export type { Env } from './handler.ts'