Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Ascii85Standard
import { type Ascii85Standard } from "https://deno.land/std@0.218.2/encoding/ascii85.ts";

Supported ascii85 standards for Ascii85Options.

definition:
| "Adobe"
| "btoa"
| "RFC 1924"
| "Z85"