variable constants.SSL_OP_NO_SSLv3 Usage in Denoimport { constants } from "node:crypto"; const { SSL_OP_NO_SSLv3 } = constants; Instructs OpenSSL to turn off SSL v3 Type number