Skip to content

Commit 7e9fc7c

Browse files
committed
feat: add private class field to Server class
1 parent 199a66a commit 7e9fc7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/lib/Server.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,7 @@ declare class Server<
14091409
* @param {((err?: Error) => void)=} callback callback
14101410
*/
14111411
stopCallback(callback?: ((err?: Error) => void) | undefined): void;
1412+
#private;
14121413
}
14131414
declare namespace Server {
14141415
export {

0 commit comments

Comments
 (0)