0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 19:30:47 +01:00

fix: Expose HonoRequest Type (#918)

* Expose HonoRequest

* No additional empty line
This commit is contained in:
Marc Höffl 2023-02-24 16:39:56 +00:00 committed by GitHub
parent b3868d1075
commit 71945cbfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ export type {
ValidationTargets,
} from './types'
export type { Context, ContextVariableMap } from './context'
export type { HonoRequest } from './request'
declare module './hono' {
interface Hono {