From 035be11686e8f2460bad3dcdfd3990e954127c56 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 6 Feb 2023 10:52:26 -0500 Subject: [PATCH] *Update dist --- dist/socket.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/socket.d.ts b/dist/socket.d.ts index 5ff16c7..9f6bac5 100644 --- a/dist/socket.d.ts +++ b/dist/socket.d.ts @@ -12,6 +12,8 @@ export default class Socket extends Duplex { remotePort: any; remoteFamily: AddressFamily; bufferSize: any; + readable: true; + writable: true; constructor({ allowHalfOpen, remoteAddress, remotePort, write, }?: SocketOptions); private _connecting; get connecting(): boolean;