Skip to content

Commit

Permalink
feat: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Jul 18, 2023
1 parent 8c011eb commit 8956a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
".(ts|tsx)": "ts-jest"
}
}
}
}
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export function isInAWS(): boolean {
)
}

export type RequestHandler = (
export type RequestHandler = (
ev: APIGatewayProxyEventV2,
streamResponse: ResponseStream,
ctx?: Context,
callback?: Callback,
callback?: Callback
) => any | Promise<any>

export function streamifyResponse(handler: RequestHandler): RequestHandler {
Expand Down

0 comments on commit 8956a5b

Please sign in to comment.