Skip to main content
Go to Latest
interface Ascii85Options
import { type Ascii85Options } from "https://deno.land/std@0.221.0/encoding/ascii85.ts";

Options for encodeAscii85 and decodeAscii85.

Properties

optional
standard: Ascii85Standard = "Adobe"

Character set and delimiter (if supported and used).

optional
delimiter: boolean = false

Whether to use a delimiter (if supported).