mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 11:51:01 +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,
|
ValidationTargets,
|
||||||
} from './types'
|
} from './types'
|
||||||
export type { Context, ContextVariableMap } from './context'
|
export type { Context, ContextVariableMap } from './context'
|
||||||
|
export type { HonoRequest } from './request'
|
||||||
|
|
||||||
declare module './hono' {
|
declare module './hono' {
|
||||||
interface Hono {
|
interface Hono {
|
||||||
|
Loading…
Reference in New Issue
Block a user