Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function decodeString
import { decodeString } from "https://deno.land/std@0.56.0/encoding/base64.ts";

Decodes data assuming the output is in string type

Parameters

data: string

input to decode

Returns

string