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:
parent
b3868d1075
commit
71945cbfa2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user