Coconstructor
Bun

constructor

net.Server.constructor

Not implemented in Bun

constructor Server(
connectionListener?: (socket: Socket) => void
): Server;
constructor Server(
options?: ServerOpts,
connectionListener?: (socket: Socket) => void
): Server;