Compare commits
No commits in common. "035be11686e8f2460bad3dcdfd3990e954127c56" and "5b87187bc064b4a8c558038e784ef59ee325041f" have entirely different histories.
035be11686
...
5b87187bc0
|
@ -12,8 +12,6 @@ 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;
|
||||
|
|
|
@ -24,9 +24,6 @@ export default class Socket extends Duplex {
|
|||
|
||||
public bufferSize;
|
||||
|
||||
declare readable: true;
|
||||
declare writable: true;
|
||||
|
||||
constructor({
|
||||
allowHalfOpen = false,
|
||||
remoteAddress,
|
||||
|
|
Loading…
Reference in New Issue