Go to Latest
function decodeString
import { decodeString } from "https://dotland.deno.dev/std@0.65.0/encoding/base64.ts";

Decodes data assuming the output is in string type

Parameters

data: string

input to decode

Returns

string