3 lines
94 B
Haxe
3 lines
94 B
Haxe
package node.child_process;
|
|
|
|
typedef SendHandle = ts.AnyOf2<node.net.Socket, node.net.Server>; |