Skip to main content
Module

x/sha256/deps.ts>decode

SHA2-256 4 Deno
Latest
function decode
import { decode } from "https://deno.land/x/sha256@v1.0.2/deps.ts";

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

Parameters

buf: Uint8Array
optional
encoding: string = [UNSUPPORTED]

Returns

string