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