Skip to main content
Go to Latest
type alias BinaryToTextEncoding
import { type BinaryToTextEncoding } from "https://deno.land/std@0.145.0/node/internal/crypto/types.ts";
definition:
| "base64"
| "base64url"
| "hex"
| "binary"