constants.defaultCoreCipherList - Node documentation
variable constants.defaultCoreCipherList

Usage in Deno

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

Specifies the built-in default cipher list used by Node.js (colon-separated values).

Type

string