Skip to content

Commit bd6d471

Browse files
authored
fix(typings): make clientsCount public (#675)
Related: #672
1 parent 7033c0e commit bd6d471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export abstract class BaseServer extends EventEmitter {
144144
public opts: ServerOptions;
145145

146146
protected clients: any;
147-
private clientsCount: number;
147+
public clientsCount: number;
148148
protected middlewares: Middleware[] = [];
149149

150150
/**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy