diff --git a/docs/index.d.ts b/docs/index.d.ts index 738ed0d..2ac6195 100644 --- a/docs/index.d.ts +++ b/docs/index.d.ts @@ -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. */