Skip to main content
SecureVersion - tls - Node documentation
type alias SecureVersion

Usage in Deno

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

Definition

"TLSv1.3"
| "TLSv1.2"
| "TLSv1.1"
| "TLSv1"