property TLSSocketOptions.isServer Usage in Deno```typescript import { type TLSSocketOptions } from "node:node__tls.d.ts"; ``` If true the TLS socket will be instantiated in server-mode. Defaults to false. Type boolean | undefined