Coconstructor
Bun

constructor

tls.Server.constructor

Not implemented in Bun

constructor Server(
secureConnectionListener?: (socket: TLSSocket) => void
): Server;
constructor Server(
options: TlsOptions,
secureConnectionListener?: (socket: TLSSocket) => void
): Server;