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