type alias BinaryToTextEncoding Usageimport { type BinaryToTextEncoding } from "node:crypto"; Definition | "base64" | "base64url" | "hex" | "binary"