1
0

export all the types

This commit is contained in:
2022-06-24 18:50:37 +02:00
parent aa57d2c4d6
commit 52548003bd

2
index.d.ts vendored
View File

@@ -233,7 +233,7 @@ declare class Router {
handle(env: any, request: Request, extend?: any): Response
}
declare namespace Router {
export { Route, RouterRequest, RouterResponse, RouterNext, RouterHandler, RouterCorsConfig }
export { Route, RouterCorsConfig, RouterHandler, RouterContext, RouterRequest, RouterResponse, RouterNext }
}
/**
* Route Object