Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Mar 13, 2019
1 parent 6554667 commit b1b690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ interface HttpRequest {
/** Returns the part of URL after ? sign or empty string. */
getQuery() : string;
/** Loops over all headers. */
forEach(cb: (key: string, value: string) => void);
forEach(cb: (key: string, value: string) => void) : void;
}

/** A structure holding settings and handlers for a WebSocket route handler. */
Expand Down

0 comments on commit b1b690c

Please sign in to comment.