Skip to content

Commit

Permalink
no backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Mar 28, 2024
1 parent bb2c739 commit 1a6812e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/IttyRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export type IttyRouterOptions = {
export type RequestHandler<R = IRequest, Args extends Array<any> = any[]> =
(request: R, ...args: Args) => any

// export type RouteHandler = RouteHandler

export type RouteEntry = [
httpMethod: string,
match: RegExp,
Expand Down

0 comments on commit 1a6812e

Please sign in to comment.