3 lines
101 B
Haxe
3 lines
101 B
Haxe
package node.net;
|
|
|
|
typedef SocketConnectOpts = ts.AnyOf2<TcpSocketConnectOpts, IpcSocketConnectOpts>; |