Skip to main content
Go to Latest
interface Ascii85Options
import { type Ascii85Options } from "https://deno.land/std@0.196.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