Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Ascii85Options
import { type Ascii85Options } from "https://deno.land/std@0.192.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