Skip to main content
Latest
function decode
import { decode } from "https://deno.land/x/sha1@v1.0.3/deps.ts";

Decodes a Uint8Array to utf8-, base64-, or hex-encoded string.

Parameters

buf: Uint8Array
optional
encoding: string = [UNSUPPORTED]

Returns

string