property TLSSocketOptions.isServer Usageimport { type TLSSocketOptions } from "node:tls"; If true the TLS socket will be instantiated in server-mode. Defaults to false. Type boolean | undefined