constants.defaultCipherList - Node documentation
variable constants.defaultCipherList

Usage in Deno

import { constants } from "node:crypto";
const { defaultCipherList } = constants;

Specifies the active default cipher list used by the current Node.js process (colon-separated values).

Type

string