export all the types
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user