Skip to content

Commit 033342f

Browse files
committed
chore: add jsdoc
1 parent 39a9770 commit 033342f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class ProxyServer<
6666
* A function that wraps the object in a webserver, for your convenience
6767
* @param port - Port to listen on
6868
* @param hostname - The hostname to listen on
69+
* @param listeningListener - A callback function that is called when the server starts listening
6970
*/
7071
listen(port: number, hostname?: string, listeningListener?: () => void) {
7172
const closure = (

0 commit comments

Comments
 (0)