Skip to main content
BinaryToTextEncoding - crypto - Node documentation
type alias BinaryToTextEncoding

Usage in Deno

import { type BinaryToTextEncoding } from "node:crypto";

Definition

"base64"
| "base64url"
| "hex"
| "binary"