Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/encoding/ascii85.ts>decode

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function decode
import { decode } from "https://deno.land/std@0.100.0/encoding/ascii85.ts";

Decodes a given ascii85 encoded string.

Parameters

ascii85: string

input to decode

optional
options: Ascii85Options

Returns

Uint8Array