Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Ascii85Options
import { type Ascii85Options } from "https://deno.land/std@0.189.0/encoding/ascii85.ts";

encoding/decoding options

Properties

optional
standard: Ascii85Standard = "Adobe"

characterset and delimiter (if supported and used).

optional
delimiter: boolean

whether to use a delimiter (if supported) - "<~" and "~>" by default