Skip to main content
TLSSocketOptions.isServer - tls - Node documentation
property TLSSocketOptions.isServer

Usage in Deno

import { type TLSSocketOptions } from "node:tls";

If true the TLS socket will be instantiated in server-mode. Defaults to false.

Type

boolean | undefined